MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / pause

Method pause

src/Abyss/Streams/SoundEffect.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24void SoundEffect::stop() { _audioStream->stop(); }
25
26void SoundEffect::pause() { _audioStream->pause(); }
27
28bool SoundEffect::getIsPaused() { return _audioStream->isPaused(); }
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected