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