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

Method hasFixedFrameRate

src/fl/fx/fx.h:34–37  ·  view source on GitHub ↗

If true then this fx has a fixed frame rate and the fps parameter will be set to the frame rate.

Source from the content-addressed store, hash-verified

32 // If true then this fx has a fixed frame rate and the fps parameter will be
33 // set to the frame rate.
34 virtual bool hasFixedFrameRate(float *fps) const {
35 FASTLED_UNUSED(fps);
36 return false;
37 }
38
39 // Get the name of the current fx.
40 virtual fl::string fxName() const = 0;

Callers 2

addFxMethod · 0.45
VideoFxWrapperMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected