Gst.TagList.prototype.nth_tag_name

function nth_tag_name(index:Number):String {
    // Gjs wrapper for gst_tag_list_nth_tag_name()
}

Get the name of the tag in list at index.

index

the index

Returns

The name of the tag at index.