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

◆ getCurrentFrame()

fl::Frame fl::third_party::SoftwareGifDecoder::getCurrentFrame ( )
overridevirtual

Implements fl::IDecoder.

Definition at line 126 of file software_decoder.cpp.hpp.

126 {
127 if (currentFrame_) {
128 return *currentFrame_;
129 }
130 return fl::Frame(0); // Empty frame
131}
fl::shared_ptr< fl::Frame > currentFrame_

References currentFrame_, and FL_NOEXCEPT.