ProxyControlBinding#

class ProxyControlBinding(**properties: Any)#

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#

GstProxyControlBinding forwards all access to data or sync_values() requests from property_name on object to the control binding at ref_property_name on ref_object.

Added in version 1.12.

Parameters:
  • object – a Object

  • property_name – the property name in object to control

  • ref_object – a Object to forward all ControlBinding requests to

  • ref_property_name – the property_name in ref_object to control

Fields#

class ProxyControlBinding
parent#
property_name#
ref_object#