ControlSourceGetValueArray
Description:
[ CCode ( has_target = false ) ]
public delegate bool ControlSourceGetValueArray (ControlSource self, ClockTime timestamp, ClockTime interval, double[] values)
public delegate bool ControlSourceGetValueArray (ControlSource self, ClockTime timestamp, ClockTime interval, double[] values)
Function for returning an array of values starting at a given timestamp.
Parameters:
| self |
the ControlSource instance |
| timestamp |
timestamp for which a value should be calculated |
| interval |
the time spacing between subsequent values |
| values |
array to put control-values in |
| n_values |
the number of values |
Returns:
|
true if the values were successfully calculated. |
Namespace: Gst
Package: gstreamer-1.0