BaseSink.maxBitrate

ulong maxBitrate() @property

Get maxBitrate property.

Returns

Control the maximum amount of bits that will be rendered per second.

Setting this property to a value bigger than 0 will make the sink delay rendering of the buffers when it would exceed to max-bitrate.

void maxBitrate(ulong propval) @property

Set maxBitrate property.

Parameters

propvalControl the maximum amount of bits that will be rendered per second. Setting this property to a value bigger than 0 will make the sink delay rendering of the buffers when it would exceed to max-bitrate.