BASS_CONFIG_DOWNMIX config option
The default playback downmixing setting.
BASS_SetConfig(
BASS_CONFIG_DOWNMIX,
DWORD downmix
);
Parameters
downmix | Enable or disable downmixing... 0 = disable, 1 = enable.
|
Remarks
This config option determines the initial BASS_ATTRIB_DOWNMIX attribute setting of new channels. Existing channels are unaffected by changes.
The default setting is 1 (enable downmixing).
See also
BASS_GetConfig, BASS_SetConfig, BASS_ATTRIB_DOWNMIX