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

Method IsFinished

src/audio_resampler.cpp:334–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334bool AudioResampler::IsFinished() const {
335 return finished;
336}
337
338void AudioResampler::Update(std::chrono::microseconds delta) {
339 wrapped_decoder->Update(delta);

Callers 5

DecodeAndConvertFloatFunction · 0.45
DecodeAndConvertInt16Function · 0.45
SeekMethod · 0.45
FillBufferSameRateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected