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

Method isPaused

src/Abyss/Streams/AudioStream.cpp:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214bool Abyss::Streams::AudioStream::isPaused() {
215 std::lock_guard lock(_mutex);
216
217 return _isPaused;
218}
219
220void Abyss::Streams::AudioStream::pause() {
221 std::lock_guard lock(_mutex);

Callers 1

getIsPausedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected