Home
last modified time | relevance | path

Searched refs:m_IsPause (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Voice.cpp267 m_IsPause( false ), in Voice()
565 m_IsPause = false; in Initialize()
574 m_IsPause = false; in Start()
587 m_IsPause = false; in Stop()
616 if ( m_IsPause == flag ) return; in Pause()
618 m_IsPause = flag; in Pause()
694 if ( m_IsPause ) in Update()
917 voice->m_IsPause = false; in HardwareChannelCallbackFunc()
948 pVoice->m_IsPause = false; in SdkVoiceDropCallbackFunc()
1008 pVoice->m_IsPause = false; in SdkVoiceDropCallbackFuncMulti()
[all …]
/NW4C-1.3.3/include/nw/snd/
Dsnd_Voice.h143 bool IsPause() const { return m_IsPause == true; } in IsPause()
263 bool m_IsPause; variable