GstController.TriggerControlSource¶
- Subclasses:
None
Methods¶
- Inherited:
GstController.TimedValueControlSource (7), Gst.ControlSource (2), Gst.Object (27), GObject.Object (37)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Amount of ns a control time can be off to still trigger |
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GstController.TriggerControlSource(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
GstController.TriggerControlSource
is aGst.ControlSource
, that returns values from user-given control points. It allows for a tolerance on the time-stamps.To use
GstController.TriggerControlSource
get a new instance by callingGstController.TriggerControlSource.new
(), bind it to aGObject.ParamSpec
and set some control points by callingGstController.TimedValueControlSource.set
().All functions are MT-safe.
- classmethod new()[source]¶
- Returns:
a new, unbound
GstController.TriggerControlSource
.- Return type:
This returns a new, unbound
GstController.TriggerControlSource
.