ControlSource.controlSourceGetValueArray

bool controlSourceGetValueArray(gst.types.ClockTime timestamp, gst.types.ClockTime interval, double[] values)

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

Parameters

timestampthe first timestamp
intervalthe time steps
valuesarray to put control-values in

Returns

true if the given array could be filled, false otherwise