MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getQueueCount

Method getQueueCount

extlibs/soloud/src/core/soloud_queue.cpp:141–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141 unsigned int Queue::getQueueCount()
142 {
143 unsigned int count;
144 mSoloud->lockAudioMutex();
145 count = mCount;
146 mSoloud->unlockAudioMutex();
147 return count;
148 }
149
150 bool Queue::isCurrentlyPlaying(AudioSource &aSound)
151 {

Callers

nothing calls this directly

Calls 2

lockAudioMutexMethod · 0.80
unlockAudioMutexMethod · 0.80

Tested by

no test coverage detected