Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchivePlayer.h385 return m_SequenceSoundInstanceManager.GetFreeCount(); in GetFreeSequenceSoundCount()
409 return m_WaveSoundInstanceManager.GetFreeCount(); in GetFreeWaveSoundCount()
433 return m_StreamSoundInstanceManager.GetFreeCount(); in GetFreeStreamSoundCount()
Dsnd_VoiceManager.h64 unsigned long GetFreeCount() const;
Dsnd_SoundInstanceManager.h283 int GetFreeCount() const { return m_FreeList.GetSize(); } in GetFreeCount() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_VoiceManager.cpp291 unsigned long VoiceManager::GetFreeCount() const in GetFreeCount() function in nw::snd::internal::driver::VoiceManager