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

◆ needsFrame()

bool fl::video::VideoImpl::needsFrame ( fl::u32 now) const

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

49 {
50 fl::u32 f1, f2;
51 bool out = mFrameInterpolator->needsFrame(now, &f1, &f2);
52 return out;
53}
FrameInterpolatorPtr mFrameInterpolator
Definition video_impl.h:69

References mFrameInterpolator.