MCPcopy Create free account
hub / github.com/axmolengine/axmol / stop

Method stop

core/audio/AudioEngine.cpp:382–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void AudioEngine::stop(AUDIO_ID audioID)
383{
384 auto it = _audioIDInfoMap.find(audioID);
385 if (it != _audioIDInfoMap.end())
386 {
387 _audioEngineImpl->stop(audioID);
388
389 remove(audioID);
390 }
391}
392
393void AudioEngine::remove(AUDIO_ID audioID)
394{

Callers 1

uncacheMethod · 0.45

Calls 3

removeFunction · 0.50
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected