Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ end
Method
end
src/fl/fx/video.cpp.hpp:95–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void Video::end() {
96
if (mImpl) {
97
mImpl->end();
98
}
99
}
100
101
void Video::setTimeScale(float timeScale) {
102
if (!mImpl) {
Callers
1
FontImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected