nw::snd::SoundSystem::GetVoiceCount Member Function

Syntax

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

Arguments

None.

Return Values

Returns the number of voices that are currently being played.

Description

Gets the number of voices that are currently being played by the sound library.

See Also

GetMaxVoiceCount
SetMaxVoiceCount

Revision History

2010/05/14
Added SetMaxVoiceCount to See Also.
2010/01/26
Adjusted the wording.
2010/01/15
Initial version.

CONFIDENTIAL