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

◆ VideoImpl()

fl::video::VideoImpl::VideoImpl ( size_t pixelsPerFrame,
float fpsVideo,
size_t frameHistoryCount = 0 )

Definition at line 18 of file video_impl.cpp.hpp.

22 fl::make_shared<FrameInterpolator>(fl::max(1, nFramesInBuffer), fpsVideo)) {}
size_t pixelsPerFrame() const
Definition video_impl.h:51
FrameInterpolatorPtr mFrameInterpolator
Definition video_impl.h:69
constexpr common_type_t< T, U > max(T a, U b) FL_NOEXCEPT
Definition math.h:75
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References fl::make_shared(), fl::max(), mFrameInterpolator, mPixelsPerFrame, and pixelsPerFrame().

+ Here is the call graph for this function: