GstController.ControlPoint

Fields

Name

Type

Access

Description

timestamp

int

r/w

timestamp of the value change

value

float

r/w

the new value

Methods

copy ()

free ()

Details

class GstController.ControlPoint

An internal structure for value+time and various temporary values used for interpolation. This “inherits” from Gst.TimedValue.

copy()
Returns:

A copy of self

Return type:

GstController.ControlPoint

Copies a GstController.ControlPoint

free()

Frees all data allocated by a GstController.ControlPoint instance.