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
gst.types.ClockTime timestamp() @property nothrowGet `timestamp` field. Returns: timestamp of the value changevoid timestamp(gst.types.ClockTime propval) @property nothrowSet `timestamp` field. Params: propval = timestamp of the value changegstcontroller.control_point.ControlPoint copy() nothrowCopies 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