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

◆ decode() [1/2]

DecodeResult fl::JpegDecoder::decode ( )
overridevirtual

Implements fl::IDecoder.

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

236 {
237 return mImpl->decode(fl::nullopt); // No callback - process to completion
238}
fl::unique_ptr< Impl > mImpl
Definition jpeg.h:99
constexpr nullopt_t nullopt
Definition optional.h:13

References mImpl, and fl::nullopt.

Referenced by ~JpegDecoder().

+ Here is the caller graph for this function: