DirectControlBinding
Object Hierarchy:
Description:
[ CCode ( cname = "GstDirectControlBinding" , lower_case_cprefix = "gst_direct_control_binding_" , type_id = "gst_direct_control_binding_get_type ()" ) ]
[ GIR ( name = "DirectControlBinding" ) ]
public class DirectControlBinding : ControlBinding
[ GIR ( name = "DirectControlBinding" ) ]
public class DirectControlBinding : ControlBinding
A value mapping object that attaches control sources to gobject properties.
It will map the control values directly to the target property range. If a non-absolute direct control binding is used, the value range [0.0 ... 1.0] is mapped to full target property range, and all values outside the range will be clipped. An absolute control binding will not do any value transformations.
Namespace: Gst.Controller
Package: gstreamer-controller-1.0
Content:
Properties:
Creation methods:
Fields:
Inherited Members:
All known members inherited from class Gst.ControlBinding
All known members inherited from class Gst.Object
All known members inherited from class GLib.Object