gstcontroller.proxy_control_binding

Module for [ProxyControlBinding] class

Types 3

A #GstControlBinding that forwards requests to another #GstControlBinding

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
ProxyControlBinding self() nothrowReturns `this`, for use in `with` statements.
ProxyControlBindingGidBuilder builder() static nothrowGet builder for [gstcontroller.proxy_control_binding.ProxyControlBinding] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
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.