Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_VoiceManager.h69 int DropLowestPriorityVoice( int priority );
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_VoiceManager.cpp116 if ( DropLowestPriorityVoice( priority ) == 0 ) return NULL; in AllocVoice()
237 int VoiceManager::DropLowestPriorityVoice( int priority ) in DropLowestPriorityVoice() function in nw::snd::internal::driver::VoiceManager
Dsnd_Voice.cpp329 … int dropVoiceCount = VoiceManager::GetInstance().DropLowestPriorityVoice( sdkVoicePriority ); in Alloc()
422 … int dropVoiceCount = VoiceManager::GetInstance().DropLowestPriorityVoice( sdkVoicePriority ); in Alloc()