nw::snd::SoundSystem::SetOutputMode Member Function#include <nw/snd/snd_SoundSystem.h>
static void SetOutputMode(
OutputMode mode
);
| Name | Description | |
|---|---|---|
| in | mode | Sound output mode. |
Sets the output mode for a sound.
Calls nn::snd::SetSoundOutputMode internally and sets the corresponding output mode.
The correspondence between nw::snd::OutputMode and nn::snd::OutputMode is given below.
・OUTPUT_MODE_MONO → nn::snd::OUTPUT_MODE_MONO
・OUTPUT_MODE_STEREO → nn::snd::OUTPUT_MODE_STEREO
・OUTPUT_MODE_SURROUND → nn::snd::OUTPUT_MODE_3DSURROUND
CONFIDENTIAL