vorbis_tag_add


Description:

[ CCode ( cname = "gst_vorbis_tag_add" ) ]
public void vorbis_tag_add (TagList list, string tag, string value)

Convenience function using from_vorbis_tag, parsing a vorbis comment string into the right type and adding it to the given taglist list.

Unknown vorbiscomment tags will be added to the tag list in form of a EXTENDED_COMMENT.

Parameters:

list

a TagList

tag

a vorbiscomment tag string (key in key=value), must be valid UTF-8

value

a vorbiscomment value string (value in key=value), must be valid UTF-8


Namespace: Gst.Tag