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 29 of file video.cpp.

31 mImpl = fl::make_shared<VideoImpl>(pixelsPerFrame, fps, frame_history_count);
32}
Fx1d(u16 numLeds)
Definition fx1d.h:15
size_t pixelsPerFrame() const
Definition video.cpp:140
VideoImplPtr mImpl
Definition video.h:79
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

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

+ Here is the call graph for this function: