MCPcopy Create free account
hub / github.com/FastLED/FastLED / getCurrentFrameIndex

Method getCurrentFrameIndex

src/fl/codec/idecoder.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 // Optional methods for advanced usage
51 virtual fl::u32 getFrameCount() const { return 0; }
52 virtual fl::u32 getCurrentFrameIndex() const { return 0; }
53 virtual bool seek(fl::u32 frameIndex) { (void)frameIndex; return false; }
54
55 // Audio support (optional - default implementations for decoders without audio)

Callers 1

mpeg1.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected