BASS_CONFIG_WASAPI_PERSIST config option

Retain Windows mixer settings across sessions?

BASS_SetConfig(
    BASS_CONFIG_WASAPI_PERSIST,
    BOOL persist
);

Parameters

persistIf TRUE, Windows mixer settings will persist across sessions.

Remarks

When using WASAPI output, this option determines whether the volume and mute settings in Windows mixer will persist across sessions, ie. the next time your application runs. Those settings always persist when using DirectSound output on Windows Vista and above.

The default setting is TRUE.

Platform-specific

This config option in only available on Windows.

See also

BASS_GetConfig, BASS_SetConfig