GstControlPoint

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

struct GstControlPoint {
CacheType cache;
}

Members

Unions

CacheType
union CacheType

Variables

timestamp
GstClockTime timestamp;

timestamp of the value change

value
double value;

the new value