tagListToVorbiscommentBuffer

Creates a new vorbiscomment buffer from a tag list.

tagListToVorbiscommentBuffer
(,
ubyte[] idData
,
string vendorString = null
)

Parameters

list gst.tag_list.TagList

tag list to convert

idData ubyte[]

identification data at start of stream

vendorString string

string that describes the vendor string or NULL

Return Value

Type: gst.buffer.Buffer

A new #GstBuffer containing a vorbiscomment buffer with all tags that could be converted from the given tag list.