Gst.Object.prototype.add_control_binding
function add_control_binding(binding:Gst.ControlBinding):Boolean { // Gjs wrapper for gst_object_add_control_binding() }
Attach the Gst.ControlBinding to the object. If there already was a Gst.ControlBinding for this property it will be replaced.
The object will take ownership of the binding.
- binding
the Gst.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.