tagListNewFromId3v1
fn
gst.tag_list.TagList tagListNewFromId3v1(ubyte[] data)Parses the data containing an ID3v1 tag and returns a #GstTagList 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.