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

◆ rewind()

bool fl::Video::rewind ( )

Definition at line 162 of file video.cpp.

162 {
163 if (!mImpl) {
164 return false;
165 }
166 return mImpl->rewind();
167}
VideoImplPtr mImpl
Definition video.h:76

References mImpl.