Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ stop
Method
stop
src/Abyss/Streams/SoundEffect.cpp:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
bool SoundEffect::getIsPlaying() { return _audioStream->isPlaying(); }
23
24
void SoundEffect::stop() { _audioStream->stop(); }
25
26
void SoundEffect::pause() { _audioStream->pause(); }
27
Callers
2
SoundEffect
Method · 0.45
play
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected