ProxyControlBinding.this

#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.

Parameters

object gst.object.ObjectGst

a #GstObject

propertyName string

the property name in object to control

refObject gst.object.ObjectGst

a #GstObject to forward all #GstControlBinding requests to

refPropertyName string

the property_name in ref_object to control

Return Value

a new #GstControlBinding that proxies the control interface between properties on different #GstObject's