ObjectGst.setControlRate

Change the control-rate for this object. Audio processing #GstElement objects will use this rate to sub-divide their processing loop and call gst.object.ObjectGst.syncValues in between. The length of the processing segment should be up to control-rate nanoseconds.

The control-rate should not change if the element is in gst.types.State.Paused or gst.types.State.Playing.

class ObjectGst
void
setControlRate

Parameters

controlRate gst.types.ClockTime

the new control-rate in nanoseconds.