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

Method end

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

Source from the content-addressed store, hash-verified

62}
63
64void VideoImpl::end() {
65 mFrameInterpolator->clear();
66 // Removed resetFrameCounter and setStartTime calls
67 mStream.reset();
68}
69
70bool VideoImpl::full() const { return mFrameInterpolator->getFrames()->full(); }
71

Callers 2

eraseMethod · 0.45
getMethod · 0.45

Calls 2

clearMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected