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

◆ getDecodedRows()

fl::u16 fl::JpegDecoder::Impl::getDecodedRows ( ) const
inline

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

203{ return mDriver ? mDriver->getDecodedRows() : 0; }
fl::third_party::TJpgInstanceDecoderPtr mDriver
Definition jpeg.cpp.hpp:39

References mDriver.