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 source channel's 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. Existing encoders can be changed with BASS_Encode_SetPriority.
The default priority is -1000.
See also
BASS_Encode_Start, BASS_Encode_SetPriority
BASS_GetConfig, BASS_SetConfig