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

Method IsFinished

src/decoder_xmp.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117bool XMPDecoder::IsFinished() const {
118 if (!ctx)
119 return false;
120
121 return finished;
122}
123
124void XMPDecoder::GetFormat(int& freq, AudioDecoder::Format& frmt, int& chans) const {
125 freq = frequency;

Callers 2

DecodeMethod · 0.45
BGM_IsPlayingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected