gstcontroller.trigger_control_source
Module for TriggerControlSource class
Types 3
#GstTriggerControlSource is a #GstControlSource, 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 gstcontroller.trigger_control_source.TriggerControlSource.new_, bind it to a #GParamSpec and set some control points by calling gstcontroller.timed_value_control_source.TimedValueControlSource.set.
All functions are MT-safe.
Methods
TriggerControlSource self()Returns `this`, for use in `with` statements.TriggerControlSourceGidBuilder builder()Get builder for [gstcontroller.trigger_control_source.TriggerControlSource] Returns: New builder objectlong tolerance() @propertyvoid tolerance(long propval) @propertyclassTriggerControlSourceGidBuilderImpl(T) : gstcontroller.timed_value_control_source.TimedValueControlSourceGidBuilderImpl!T
Fluent builder implementation template for gstcontroller.trigger_control_source.TriggerControlSource
Methods
T tolerance(long propval)classTriggerControlSourceGidBuilder : TriggerControlSourceGidBuilderImpl!TriggerControlSourceGidBuilder
Fluent builder for gstcontroller.trigger_control_source.TriggerControlSource
Methods
TriggerControlSource build()Create object from builder. Returns: New object