Gst.Object.prototype.set_control_bindings_disabled
function set_control_bindings_disabled(disabled:Boolean):void { // Gjs wrapper for gst_object_set_control_bindings_disabled() }
This function is used to disable all controlled properties of the object for some time, i.e. Gst.sync_values will do nothing.
- disabled
boolean that specifies whether to disable the controller or not.