MCPcopy Create free account
hub / github.com/FastLED/FastLED / needsFrame

Method needsFrame

src/fl/video/video_impl.cpp.hpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49bool VideoImpl::needsFrame(fl::u32 now) const {
50 fl::u32 f1, f2;
51 bool out = mFrameInterpolator->needsFrame(now, &f1, &f2);
52 return out;
53}
54
55VideoImpl::~VideoImpl() FL_NOEXCEPT { end(); }
56

Callers 3

drawMethod · 0.45
updateBufferFromFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected