nw::snd::SoundSystem::GetMaxVoiceCount Member Function

Syntax

#include <nw/snd/snd_SoundSystem.h>
static int GetMaxVoiceCount();

Arguments

None.

Return Values

Returns the maximum number of voices.

Description

Gets the maximum number of voices that can be used with the sound library.

Returns NN_SND_VOICE_NUM by default.

See Also

GetVoiceCount
SetMaxVoiceCount

Revision History

2010/05/14
Added the default value, and added SetMaxVoiceCount to See Also.
2010/01/26
Adjusted the wording.
2010/01/15
Initial version.

CONFIDENTIAL