Gst.Structure.prototype.nth_field_name
function nth_field_name(index:Number):String { // Gjs wrapper for gst_structure_nth_field_name() }
Get the name of the given field number, counting from 0 onwards.
- index
the index to get the name of
- Returns
the name of the given field number