to_vorbis_comments


Description:


public List<string> to_vorbis_comments (TagList list, string tag)

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

Parameters:

list

a TagList

tag

a GStreamer tag identifier, such as ARTIST

Returns:

A List of newly-allocated key=value strings. Free with g_list_foreach (list, (GFunc) g_free, NULL) plus g_list_free (list)


Namespace: Gst.Tag