ProxyControlBinding.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
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

objecta #GstObject
propertyNamethe property name in object to control
refObjecta #GstObject to forward all #GstControlBinding requests to
refPropertyNamethe property_name in ref_object to control

Returns

a new #GstControlBinding that proxies the control interface between

properties on different #GstObject's