DirectControlBinding.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gst.object.ObjectWrap object, string propertyName, gst.control_source.ControlSource cs)

Create a new control-binding that attaches the #GstControlSource to the #GObject property. It will map the control source range 0.0 ... 1.0 to the full target property range, and clip all values outside this range.

Parameters

objectthe object of the property
propertyNamethe property-name to attach the control source
csthe control source

Returns

the new #GstDirectControlBinding