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

◆ setTimeScale()

void fl::Video::setTimeScale ( float timeScale)

Definition at line 124 of file video.cpp.

124 {
125 if (!mImpl) {
126 return;
127 }
128 mImpl->setTimeScale(timeScale);
129}
float timeScale() const
Definition video.cpp:131
VideoImplPtr mImpl
Definition video.h:79

References mImpl, and timeScale().

Referenced by loop().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: