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}
VideoImplPtr mImpl
Definition video.h:79

References mImpl.