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

Method isReady

src/fl/codec/vorbis.cpp.hpp:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 bool begin(fl::filebuf_ptr stream);
112 void end();
113 bool isReady() const { return mDecoder.isOpen(); }
114 bool hasError(fl::string* msg = nullptr) const;
115 bool decodeNextFrame(audio::Sample* outSample);
116 fl::size getPosition() const { return mPosition; }

Callers

nothing calls this directly

Calls 1

isOpenMethod · 0.80

Tested by

no test coverage detected