add_control_binding


Description:

public bool add_control_binding (ControlBinding binding)

Attach the ControlBinding to the object.

If there already was a ControlBinding for this property it will be replaced.

The object's reference count will be incremented, and any floating reference will be removed (see gst_object_ref_sink)

Parameters:

this

the controller object

binding

the ControlBinding that should be used

Returns:

false if the given binding has not been setup for this object or has been setup for a non suitable property, true otherwise.