value_set_caps
function value_set_caps(value:GObject.Value, caps:Gst.Caps):void {
// Gjs wrapper for gst_value_set_caps()
}Sets the contents of value to caps. A reference to the provided caps will be taken by the value.
- value
a GValue initialized to GST_TYPE_CAPS
- caps
the caps to set the value to