FastLED
3.9.15
Loading...
Searching...
No Matches
◆
rewind()
bool fl::Video::rewind
(
)
Definition at line
154
of file
video.cpp
.
154
{
155
if
(!
mImpl
) {
156
return
false
;
157
}
158
return
mImpl
->rewind();
159
}
fl::Video::mImpl
VideoImplPtr mImpl
Definition
video.h:79
References
mImpl
.
fl
Video
Generated on Thu May 29 2025 04:44:59 for FastLED by
1.13.2