Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
void VideoImpl::end() {
65
mFrameInterpolator->clear();
66
// Removed resetFrameCounter and setStartTime calls
67
mStream.reset();
68
}
69
70
bool VideoImpl::full() const { return mFrameInterpolator->getFrames()->full(); }
71
Callers
2
erase
Method · 0.45
get
Method · 0.45
Calls
2
clear
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected