GstController.ControlPoint¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
timestamp |
r/w |
timestamp of the value change |
|
value |
r/w |
the new value |
Methods¶
|
|
|
Details¶
- class GstController.ControlPoint¶
An internal structure for value+time and various temporary values used for interpolation. This “inherits” from
Gst.TimedValue
.- copy()[source]¶
- Returns:
A copy of self
- Return type:
Copies a
GstController.ControlPoint
- free()[source]¶
Frees all data allocated by a
GstController.ControlPoint
instance.