gstcontroller.control_point

Module for [ControlPoint] class

Types 1

An internal structure for value+time and various temporary values used for interpolation. This "inherits" from GstTimedValue.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
ControlPoint self()Returns `this`, for use in `with` statements.
gst.types.ClockTime timestamp() @propertyGet `timestamp` field. Returns: timestamp of the value change
void timestamp(gst.types.ClockTime propval) @propertySet `timestamp` field. Params: propval = timestamp of the value change
double value() @propertyGet `value` field. Returns: the new value
void value(double propval) @propertySet `value` field. Params: propval = the new value
gstcontroller.control_point.ControlPoint copy()Copies a #GstControlPoint Returns: A copy of cp
Constructors
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
this(void * ptr, Flag!"Take" take)