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

◆ end()

void fl::JpegDecoder::Impl::end ( )
inline

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

105 {
106 if (mDriver) {
107 mDriver->endDecoding();
108 }
110 }
JpegDecoder::State mState
Definition jpeg.cpp.hpp:42
fl::third_party::TJpgInstanceDecoderPtr mDriver
Definition jpeg.cpp.hpp:39

References mDriver, mState, and fl::JpegDecoder::NotStarted.