properties on different #GstObject's
ProxyControlBinding.this
this
(gst.object.ObjectWrap object, string propertyName, gst.object.ObjectWrap refObject, string refPropertyName)#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 | a #GstObject |
propertyName | the property name in object to control |
refObject | a #GstObject to forward all #GstControlBinding requests to |
refPropertyName | the property_name in ref_object to control |
Returns
a new #GstControlBinding that proxies the control interface between