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

Method getFrameCount

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

Optional methods for advanced usage

Source from the content-addressed store, hash-verified

49
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

Callers 3

parseGifInfoMethod · 0.80
parseMpeg1InfoMethod · 0.80
mpeg1.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected