tagListFromVorbiscommentBuffer

Creates a new tag list that contains the information parsed out of a vorbiscomment packet.

tagListFromVorbiscommentBuffer

Parameters

buffer gst.buffer.Buffer

buffer to convert

idData ubyte[]

identification data at start of stream

vendorString string

pointer to a string that should take the vendor string of this vorbis comment or NULL if you don't need it.

Return Value

Type: gst.tag_list.TagList

A new #GstTagList with all tags that could be extracted from the given vorbiscomment buffer or NULL on error.