ObjectGst.getControlRate

Obtain 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.

If the object is not under property control, this will return GST_CLOCK_TIME_NONE. This allows the element to avoid the sub-dividing.

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

class ObjectGst
getControlRate
()

Return Value

Type: gst.types.ClockTime

the control rate in nanoseconds