Gst.TagList.prototype.get_value_index
function get_value_index(tag:String, index:Number):GObject.Value { // Gjs wrapper for gst_tag_list_get_value_index() }
Gets the value that is at the given index for the given tag in the given list.
- tag
tag to read out
- index
number of entry to read out
- Returns
The GValue for the specified entry or NULL if the tag wasn't available or the tag doesn't have as many entries