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

Method isLooped

src/Abyss/Streams/AudioStream.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202bool Abyss::Streams::AudioStream::isLooped() {
203 std::lock_guard lock(_mutex);
204
205 return _loop;
206}
207
208bool Abyss::Streams::AudioStream::isPlaying() {
209 std::lock_guard lock(_mutex);

Callers 1

getLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected