ObjectWrap.getGValueArray

bool getGValueArray(string propertyName, gst.types.ClockTime timestamp, gst.types.ClockTime interval, gobject.value.Value[] values)

Gets a number of #GValues for the given controlled property starting at the requested time. The array values need to hold enough space for n_values of #GValue.

This function is useful if one wants to e.g. draw a graph of the control curve or apply a control curve sample by sample.

Parameters

propertyNamethe name of the property to get
timestampthe time that should be processed
intervalthe time spacing between subsequent values
valuesarray to put control-values in

Returns

true if the given array could be filled, false otherwise