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

Method setLoop

src/Abyss/Streams/AudioStream.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void Abyss::Streams::AudioStream::setLoop(const bool loop) {
197 std::lock_guard lock(_mutex);
198
199 _loop = loop;
200}
201
202bool Abyss::Streams::AudioStream::isLooped() {
203 std::lock_guard lock(_mutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected