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

◆ begin()

bool fl::JpegDecoder::begin ( fl::filebuf_ptr stream)
overridevirtual

Implements fl::IDecoder.

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

220 {
221 return mImpl->begin(stream);
222}
fl::unique_ptr< Impl > mImpl
Definition jpeg.h:99

References JpegDecoder(), begin(), and mImpl.

Referenced by ~JpegDecoder(), and begin().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: