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

23 mImpl = fl::make_shared<VideoImpl>(pixelsPerFrame, fps, frame_history_count);
24}
Fx1d(u16 numLeds)
Definition fx1d.h:12
size_t pixelsPerFrame() const
VideoImplPtr mImpl
Definition video.h:90
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

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

+ Here is the call graph for this function: