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

◆ isReady()

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

Implements fl::IDecoder.

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

228 {
229 return mImpl->isReady();
230}
fl::unique_ptr< Impl > mImpl
Definition jpeg.h:99

References mImpl.

Referenced by ~JpegDecoder().

+ Here is the caller graph for this function: