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

Method pause

src/Abyss/Streams/AudioStream.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void Abyss::Streams::AudioStream::pause() {
221 std::lock_guard lock(_mutex);
222
223 _isPaused = true;
224}
225
226void Abyss::Streams::AudioStream::play() {
227 std::lock_guard lock(_mutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected