BASS_CONFIG_ENCODE_PRIORITY config option
Priority of the encoder DSP.
BASS_SetConfig(
BASS_CONFIG_ENCODE_PRIORITY,
int priority
);
Parameters
Remarks
The priority determines where in the DSP chain the encoding is performed; all DSP with a higher priority will be present in the encoding. Changes only affect subsequent encodings, not those that have already been started. The default priority is -1000.
See also
BASS_Encode_Start
BASS_GetConfig, BASS_SetConfig