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

Method hasMoreFrames

src/fl/codec/jpeg.cpp.hpp:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248bool JpegDecoder::hasMoreFrames() const {
249 return mImpl->hasMoreFrames();
250}
251
252void JpegDecoder::setProgressiveConfig(const ProgressiveConfig& config) {
253 mImpl->setProgressiveConfig(config);

Callers 4

is_eofMethod · 0.45
availableMethod · 0.45
mpeg1.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected