BaseSink.throttleTime

ulong throttleTime() @property

Get throttleTime property.

Returns

The time to insert between buffers. This property can be used to control

the maximum amount of buffers per second to render. Setting this property to a value bigger than 0 will make the sink create THROTTLE QoS events.

void throttleTime(ulong propval) @property

Set throttleTime property.

Parameters

propvalThe time to insert between buffers. This property can be used to control the maximum amount of buffers per second to render. Setting this property to a value bigger than 0 will make the sink create THROTTLE QoS events.