#include <revolution.h> #include <revolution/mix.h> #define MIX_SOUND_MODE_MONO OS_SOUND_MODE_MONO #define MIX_SOUND_MODE_STEREO OS_SOUND_MODE_STEREO #define MIX_SOUND_MODE_SURROUND 2 #define MIX_SOUND_MODE_DPL2 3 u32 MIXGetSoundMode(void);
None.
| u32 mode |
|
|---|
MIXGetSoundMode returns the current mode of the mixer. Applications that use the mixer should call this function at the appropriate time to determine if mode dependent settings should be applied.
2006/03/01 Initial version.
CONFIDENTIAL