Gst.TagList.prototype.to_string

function to_string():String {
    // Gjs wrapper for gst_tag_list_to_string()
}

Serializes a tag list to a string.

Returns

a newly-allocated string, or NULL in case of an error. The string must be freed with GLib.free when no longer needed.