from_vorbiscomment


Description:


public TagList? from_vorbiscomment (uint8[] data, uint8[] id_data, out string vendor_string)

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

Parameters:

data

data 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

size

size of 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