SCGetSoundMode

C Specification

#include <revolution/sc.h>

#define SC_SOUND_MODE_MONO          0u
#define SC_SOUND_MODE_STEREO        1u
#define SC_SOUND_MODE_SURROUND      2u

u8 SCGetSoundMode(void);

Arguments

None.

Return Values

One SC_SOUND_MODE_* value.

Description

References the sound mode setting.

Return Values Sound mode
SC_SOUND_MODE_MONO Monaural
SC_SOUND_MODE_STEREO Stereo
SC_SOUND_MODE_SURROUND Surround

See Also

SCSetSoundMode

Revision History

6/20/2006 Revised description because how this will be supported by applications is not yet confirmed.
05/29/2006 Initial version.