Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_ExternalSoundPlayer.h56 int GetPlayableSoundCount() const { return m_PlayableCount; } in GetPlayableSoundCount()
75 int m_PlayableCount; variable
Dsnd_SoundPlayer.h341 int GetPlayableSoundCount() const { return m_PlayableCount; } in GetPlayableSoundCount()
449 int m_PlayableCount; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_ExternalSoundPlayer.cpp39 : m_PlayableCount( 1 ) in ExternalSoundPlayer()
159 m_PlayableCount = count; in SetPlayableSoundCount()
Dsnd_SoundPlayer.cpp41 : m_PlayableCount( 1 ), in SoundPlayer()
375 m_PlayableCount = count; in SetPlayableSoundCount()