tagListToVorbiscommentBuffer

fngst.buffer.Buffer tagListToVorbiscommentBuffer(gst.tag_list.TagList list, ubyte[] idData, string vendorString = null)

Creates a new vorbiscomment buffer from a tag list.

Parameters

listtag list to convert
idDataidentification data at start of stream
vendorStringstring that describes the vendor string or NULL

Returns

A new #GstBuffer containing a vorbiscomment buffer with all tags

that could be converted from the given tag list.