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

◆ getFrameCount()

fl::u32 fl::third_party::SoftwareMpeg1Decoder::getFrameCount ( ) const
overridevirtual

Reimplemented from fl::IDecoder.

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

228 {
229 // For streaming mode, we don't know total frames in advance
230 return 0;
231}

References FL_NOEXCEPT.