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

◆ getCurrentFrame()

Frame fl::JpegDecoder::Impl::getCurrentFrame ( )
inline

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

143 {
144 return mDriver ? mDriver->getCurrentFrame() : Frame(0);
145 }
fl::third_party::TJpgInstanceDecoderPtr mDriver
Definition jpeg.cpp.hpp:39

References mDriver.