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.
BaseSink.throttleTime
ulong throttleTime() @propertyGet throttleTime property.
Returns
The time to insert between buffers. This property can be used to control
void throttleTime(ulong propval) @propertySet throttleTime property.
Parameters
propval | 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. |