DirectControlBinding


Description:

[ CCode ( has_construct_function = false , type = "GstControlBinding*" ) ]
public DirectControlBinding (Object object, string property_name, ControlSource cs)

Create a new control-binding that attaches the ControlSource to the Object 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:

object

the object of the property

property_name

the property-name to attach the control source

cs

the control source

Returns:

the new DirectControlBinding