Gst.CapsFeatures.prototype.get_nth
function get_nth(i:Number):String { // Gjs wrapper for gst_caps_features_get_nth() }
Returns the i-th feature of features.
Since 1.2
- i
index of the feature
- Returns
The i-th feature of features.
function get_nth(i:Number):String { // Gjs wrapper for gst_caps_features_get_nth() }
Returns the i-th feature of features.
Since 1.2
index of the feature
The i-th feature of features.