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
timestamp | the first timestamp |
interval | the time steps |
values | array to put control-values in |
Returns
true if the given array could be filled, false otherwise