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) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
ControlPoint self() nothrowReturns `this`, for use in `with` statements.
gst.types.ClockTime timestamp() @property nothrowGet `timestamp` field. Returns: timestamp of the value change
void timestamp(gst.types.ClockTime propval) @property nothrowSet `timestamp` field. Params: propval = timestamp of the value change
double value() @property nothrowGet `value` field. Returns: the new value
void value(double propval) @property nothrowSet `value` field. Params: propval = the new value
gstcontroller.control_point.ControlPoint copy() nothrowCopies 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)