from_vorbiscomment_buffer
Description:
public TagList? from_vorbiscomment_buffer (Buffer buffer, uint8[] id_data, out string vendor_string)
Creates a new tag list that contains the information parsed out of a vorbiscomment packet.
Parameters:
buffer |
buffer to convert |
id_data |
identification data at start of stream |
vendor_string |
pointer to a string that should take the vendor string of this vorbis comment or NULL if you don't need it. |
id_data_length |
length of identification data |
Returns:
A new TagList with all tags that could be extracted from the given vorbiscomment buffer or NULL on error. |
Namespace: Gst.Tag.List
Package: gstreamer-tag-1.0