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

◆ Video() [2/3]

fl::Video::Video ( size_t pixelsPerFrame,
float fps = 30.0f,
size_t frameHistoryCount = DefaultFrameHistoryCount() )

Definition at line 31 of file video.cpp.

32 mImpl = VideoImplPtr::New(pixelsPerFrame, fps, frame_history_count);
33}
Fx1d(uint16_t numLeds)
Definition fx1d.h:14
size_t pixelsPerFrame() const
Definition video.cpp:148
VideoImplPtr mImpl
Definition video.h:76

References fl::Fx1d::Fx1d(), mImpl, and pixelsPerFrame().

+ Here is the call graph for this function: