ControlSource.getValue

Gets the value for this #GstControlSource at a given timestamp.

class ControlSource
bool
getValue
(
GstClockTime timestamp
,
out double value
)

Parameters

timestamp GstClockTime

the time for which the value should be returned

value double

the value

Return Value

Type: bool

%FALSE if the value couldn't be returned, %TRUE otherwise.

Meta