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

◆ seek()

bool fl::third_party::SoftwareMpeg1Decoder::seek ( fl::u32 frameIndex)
overridevirtual

Reimplemented from fl::IDecoder.

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

233 {
234 (void)frameIndex; // Suppress unused parameter warning
235 // Seeking not supported in this simplified implementation
236 return false;
237}

References FL_NOEXCEPT.