TriggerControlSource#
Superclasses: TimedValueControlSource
, ControlSource
, Object
, InitiallyUnowned
, Object
GstTriggerControlSource
is a ControlSource
, that returns values from user-given
control points. It allows for a tolerance on the time-stamps.
To use GstTriggerControlSource
get a new instance by calling
new()
, bind it to a ParamSpec
and set some
control points by calling set()
.
All functions are MT-safe.
Constructors#
- class TriggerControlSource
- classmethod new() ControlSource #
This returns a new, unbound
GstTriggerControlSource
.