TypeScript API Documentation for GSTREAMER TAG
API Version: 1.0
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Convenience function using gst_tag_from_vorbis_tag(), parsing a vorbis comment string into the right type and adding it to the given taglist list.
gst_tag_from_vorbis_tag()
list
Unknown vorbiscomment tags will be added to the tag list in form of a #GST_TAG_EXTENDED_COMMENT.
a Gst.TagList
a vorbiscomment tag string (key in key=value), must be valid UTF-8
a vorbiscomment value string (value in key=value), must be valid UTF-8
Convenience function using
gst_tag_from_vorbis_tag(), parsing a vorbis comment string into the right type and adding it to the given taglistlist.Unknown vorbiscomment tags will be added to the tag list in form of a #GST_TAG_EXTENDED_COMMENT.