Gst.Caps.prototype.set_features

function set_features(index:Number, features:Gst.CapsFeatures):void {
    // Gjs wrapper for gst_caps_set_features()
}

Sets the Gst.CapsFeatures features for the structure at index.

index

the index of the structure

features

the #GstFeatures to set