FastLED 3.9.15
Loading...
Searching...
No Matches

◆ rewind()

bool fl::video::VideoImpl::rewind ( )

Definition at line 350 of file video_impl.cpp.hpp.

350 {
351 if (!mStream || !mStream->rewind()) {
352 return false;
353 }
354 mFrameInterpolator->clear();
355 return true;
356}
FrameInterpolatorPtr mFrameInterpolator
Definition video_impl.h:69
PixelStreamPtr mStream
Definition video_impl.h:67

References mFrameInterpolator, and mStream.