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

Method play

src/Abyss/Streams/AudioStream.cpp:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void Abyss::Streams::AudioStream::play() {
227 std::lock_guard lock(_mutex);
228
229 _isPaused = false;
230 _isPlaying = true;
231}
232
233void Abyss::Streams::AudioStream::stop() {
234 std::lock_guard lock(_mutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected