gstcontroller.control_point
Module for [ControlPoint] class
class ControlPoint
Types 1
classControlPoint : gobject.boxed.Boxed
An internal structure for value+time and various temporary values used for interpolation. This "inherits" from GstTimedValue.
Methods
ControlPoint self()Returns `this`, for use in `with` statements.gst.types.ClockTime timestamp() @propertyGet `timestamp` field. Returns: timestamp of the value changevoid timestamp(gst.types.ClockTime propval) @propertySet `timestamp` field. Params: propval = timestamp of the value changegstcontroller.control_point.ControlPoint copy()Copies a #GstControlPoint Returns: A copy of cpConstructors
this(gst.types.ClockTime timestamp = gst.types.ClockTime.init, double value = 0.0)Create a `control_point.ControlPoint` boxed type. Params: timestamp = timestamp of the value change value = the new value