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

Method getTimestamp

src/fl/fx/frame.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 // Codec functionality methods
56 bool isValid() const;
57 fl::u32 getTimestamp() const { return mTimestamp; }
58 PixelFormat getFormat() const { return mFormat; }
59 fl::u16 getWidth() const { return mWidth; }
60 fl::u16 getHeight() const { return mHeight; }

Callers 2

audio_context.hppFile · 0.45
mpeg1.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected