Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundArchivePlayer.h357 return m_SequenceSoundInstanceManager.GetFreeCount(); in GetFreeSequenceSoundCount()
381 return m_WaveSoundInstanceManager.GetFreeCount(); in GetFreeWaveSoundCount()
405 return m_StreamSoundInstanceManager.GetFreeCount(); in GetFreeStreamSoundCount()
Dsnd_VoiceManager.h62 unsigned long GetFreeCount() const;
Dsnd_SoundInstanceManager.h281 int GetFreeCount() const { return m_FreeList.GetSize(); } in GetFreeCount() function
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_VoiceManager.cpp289 unsigned long VoiceManager::GetFreeCount() const in GetFreeCount() function in nw::snd::internal::driver::VoiceManager