new_from_id3v1


Description:


public TagList? new_from_id3v1 (uint8[] data)

Parses the data containing an ID3v1 tag and returns a TagList from the parsed data.

Parameters:

data

128 bytes of data containing the ID3v1 tag

Returns:

A new tag list or NULL if the data was not an ID3v1 tag.


Namespace: Gst.Tag.List