ObjectGst.setControlBindingDisabled

This function is used to disable the control bindings on a property for some time, i.e. gst.object.ObjectGst.syncValues 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.