ObjectGst.setControlBindingDisabled

This function is used to disable the control bindings on a property for some time, i.e. gst_object_sync_values() will do nothing for the property.

class ObjectGst
void
setControlBindingDisabled
(,)

Parameters

propertyName string

property to disable

disabled bool

boolean that specifies whether to disable the controller or not.

Meta