BASSenc

BASS_CONFIG_ENCODE_QUEUE config option


The maximum queue length.

BASS_SetConfig(
    BASS_CONFIG_ENCODE_QUEUE,
    DWORD limit
);

Parameters

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

See also

BASS_Encode_GetCount, BASS_Encode_SetNotify, BASS_Encode_Start

BASS_GetConfig, BASS_SetConfig