nw::snd::SoundSystem::SetOutputMode Member Function

Syntax

#include <nw/snd/snd_SoundSystem.h>

static void SetOutputMode(
     OutputMode mode
);

Arguments

Name Description
in mode Sound output mode.

Return Values

None.

Description

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

See Also

nw::snd::OutputMode
GetOutputMode

Revision History

2010/07/07
Added that nn::snd::SetSoundOutputMode is called.
2010/01/26
Adjusted the wording.
2010/01/15
Initial version.

CONFIDENTIAL