Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
318
void AudioResampler::SetLooping(bool enable) {
319
wrapped_decoder->SetLooping(enable);
320
}
321
322
int AudioResampler::GetLoopCount() const {
323
return wrapped_decoder->GetLoopCount();
Callers
2
PlayOnChannel
Method · 0.45
BGM_Play
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected