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

◆ rewind()

bool fl::Video::rewind ( )

Definition at line 142 of file video.cpp.hpp.

142 {
143 if (!mImpl) {
144 return false;
145 }
146 return mImpl->rewind();
147}
VideoImplPtr mImpl
Definition video.h:90

References mImpl.

Referenced by operator=().

+ Here is the caller graph for this function: