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
}
fl::video::VideoImpl::mFrameInterpolator
FrameInterpolatorPtr mFrameInterpolator
Definition
video_impl.h:69
fl::video::VideoImpl::mStream
PixelStreamPtr mStream
Definition
video_impl.h:67
References
mFrameInterpolator
, and
mStream
.
fl
video
VideoImpl
Generated on Tue Jun 16 2026 00:07:12 for FastLED by
1.13.2