to_vorbiscomment_buffer


Description:


public Buffer to_vorbiscomment_buffer (TagList list, uint8[] id_data, string? vendor_string)

Creates a new vorbiscomment buffer from a tag list.

Parameters:

list

tag list to convert

id_data

identification data at start of stream

vendor_string

string that describes the vendor string or NULL

id_data_length

length of identification data, may be 0 if id_data is NULL

Returns:

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


Namespace: Gst.Tag.List