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

Method rewind

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

Source from the content-addressed store, hash-verified

348}
349
350bool VideoImpl::rewind() {
351 if (!mStream || !mStream->rewind()) {
352 return false;
353 }
354 mFrameInterpolator->clear();
355 return true;
356}
357
358bool VideoImpl::hasEmbeddedScreenMap() const FL_NOEXCEPT {
359 if (!mStream) return false;

Callers 2

updateBufferFromFileMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected