Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveSoundPlayer.h188 bool IsChannelActive() const { return ( m_pChannel != NULL ) && m_pChannel->IsActive(); } in IsChannelActive() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveSoundPlayer.cpp186 if ( IsChannelActive() ) in Pause()
455 if ( IsChannelActive() ) in CloseChannel()