BASS_CONFIG_ENCODE_QUEUE config option
The maximum queue length.
BASS_SetConfig( BASS_CONFIG_ENCODE_QUEUE, DWORD limit );
Parameters
limit | The limit, in milliseconds... 0 = unlimited. |
Remarks
When queued encoding is enabled, the queue's buffer will grow as needed to hold the queued data, up to a limit specified by this config option.The default limit is 10 seconds (10000 milliseconds). Changes only apply to new encoders, not any already existing encoders.