[ CCode ( has_construct_function = false , type = "GstControlBinding*" ) ]
[ Version ( since = "1.12" ) ]
public ProxyControlBinding (Object object, string property_name, Object ref_object, string ref_property_name)
ProxyControlBinding 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
.
object |
a Object |
property_name |
the property name in |
ref_object |
a Object to forward all ControlBinding requests to |
ref_property_name |
the property_name in |
a new ControlBinding that proxies the control interface between properties on different Object's |