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

◆ finished()

bool fl::Video::finished ( )

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

135 {
136 if (!mImpl) {
137 return true;
138 }
139 return mFinished;
140}
bool mFinished
Definition video.h:89
VideoImplPtr mImpl
Definition video.h:90

References mFinished, and mImpl.

Referenced by operator=().

+ Here is the caller graph for this function: