FastLED 3.9.15
Loading...
Searching...
No Matches

◆ hasMoreFrames()

bool fl::JpegDecoder::hasMoreFrames ( ) const
overridevirtual

Implements fl::IDecoder.

Definition at line 248 of file jpeg.cpp.hpp.

248 {
249 return mImpl->hasMoreFrames();
250}
fl::unique_ptr< Impl > mImpl
Definition jpeg.h:99

References mImpl.

Referenced by ~JpegDecoder().

+ Here is the caller graph for this function: