MCPcopy Create free account
hub / github.com/FastLED/FastLED / isReady

Method isReady

src/fl/codec/mp3.cpp.hpp:375–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375bool Mp3Decoder::isReady() const {
376 return mImpl->isReady();
377}
378
379bool Mp3Decoder::hasError(fl::string* msg) const {
380 return mImpl->hasError(msg);

Callers 3

FL_TEST_FILEFunction · 0.45
vorbis.hppFile · 0.45
mpeg1.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected