Top |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstControlSource ╰── GstTimedValueControlSource ╰── GstInterpolationControlSource
GstInterpolationControlSource is a GstControlSource, that interpolates values between user-given control points. It supports several interpolation modes and property types.
To use GstInterpolationControlSource get a new instance by calling
gst_interpolation_control_source_new()
, bind it to a GParamSpec and set some
control points by calling gst_timed_value_control_source_set()
.
All functions are MT-safe.
GstControlSource *
gst_interpolation_control_source_new (void
);
This returns a new, unbound GstInterpolationControlSource.
struct GstInterpolationControlSource;
The instance structure of GstControlSource.
“mode”
property“mode” GstInterpolationMode
Interpolation mode.
Flags: Read / Write
Default value: GST_INTERPOLATION_MODE_NONE