Home
last modified time | relevance | path

Searched refs:IsRun (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_Voice.h142 bool IsRun() const;
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Voice.cpp1618 bool Voice::IsRun() const in IsRun() function in nw::snd::internal::driver::Voice
Dsnd_StreamSoundPlayer.cpp1357 if ( ! voice->IsRun() ) return; in UpdateBuffer()