ProxyControlBinding#
Superclasses: ControlBinding, Object, InitiallyUnowned, Object
A ControlBinding that forwards requests to another ControlBinding
Constructors#
- class ProxyControlBinding
- classmethod new(object: Object, property_name: str, ref_object: Object, ref_property_name: str) ControlBinding#
GstProxyControlBindingforwards all access to data orsync_values()requests fromproperty_nameonobjectto the control binding atref_property_nameonref_object.Added in version 1.12.
- Parameters:
object – a
Objectproperty_name – the property name in
objectto controlref_object – a
Objectto forward allControlBindingrequests toref_property_name – the property_name in
ref_objectto control