DirectControlBinding.newAbsolute
gstcontroller.direct_control_binding.DirectControlBinding newAbsolute(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 directly map the control source values to the target property range without any transformations.
Parameters
object | the object of the property |
propertyName | the property-name to attach the control source |
cs | the control source |
Returns
the new #GstDirectControlBinding