gstcontroller.proxy_control_binding

Module for [ProxyControlBinding] class

Types 3

A #GstControlBinding that forwards requests to another #GstControlBinding

Methods
GType _gType() @property
ProxyControlBinding self()Returns `this`, for use in `with` statements.
ProxyControlBindingGidBuilder builder()Get builder for [gstcontroller.proxycontrolbinding.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 `syncvalues()` requests from propertyname on object to the control binding at refpropertyname on ref_object.

Fluent builder for [gstcontroller.proxy_control_binding.ProxyControlBinding]