Gst.ControlSource.prototype.get_value_array

function get_value_array(timestamp:Gst.ClockTime, interval:Gst.ClockTime, n_values:Number, values:Number):Boolean {
    // Gjs wrapper for gst_control_source_get_value_array()
}

Gets an array of values for for this Gst.ControlSource. Values that are undefined contain NANs.

timestamp

the first timestamp

interval

the time steps

n_values

the number of values to fetch

values

array to put control-values in

Returns

true if the given array could be filled, false otherwise