MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetLooping

Method SetLooping

src/audio_resampler.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void AudioResampler::SetLooping(bool enable) {
319 wrapped_decoder->SetLooping(enable);
320}
321
322int AudioResampler::GetLoopCount() const {
323 return wrapped_decoder->GetLoopCount();

Callers 2

PlayOnChannelMethod · 0.45
BGM_PlayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected