Home
last modified time | relevance | path

Searched refs:GetVoiceCount (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundSystem.h1057 static int GetVoiceCount() in GetVoiceCount() function
1059 return internal::driver::VoiceManager::GetInstance().GetVoiceCount(); in GetVoiceCount()
Dsnd_VoiceManager.h62 int GetVoiceCount() const;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_VoiceManager.cpp267 int VoiceManager::GetVoiceCount() const in GetVoiceCount() function in nw::snd::internal::driver::VoiceManager
Dsnd_SoundThread.cpp606 data.voice = SoundSystem::GetVoiceCount(); in CalcProcessCost()