ControlSource.getValueArray

Gets an array of values for for this #GstControlSource. Values that are undefined contain NANs.

class ControlSource
bool
getValueArray
(
GstClockTime timestamp
,
GstClockTime interval
,
double[] values
)

Parameters

timestamp GstClockTime

the first timestamp

interval GstClockTime

the time steps

values double[]

array to put control-values in

Return Value

Type: bool

%TRUE if the given array could be filled, %FALSE otherwise

Meta