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

◆ decode() [2/2]

DecodeResult fl::JpegDecoder::decode ( fl::optional< fl::function< bool()> > should_yield)

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

240 {
241 return mImpl->decode(should_yield);
242}
fl::unique_ptr< Impl > mImpl
Definition jpeg.h:99

References mImpl.