MCPcopy 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
95void Video::end() {
96 if (mImpl) {
97 mImpl->end();
98 }
99}
100
101void Video::setTimeScale(float timeScale) {
102 if (!mImpl) {

Callers 1

FontImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected