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

◆ setTimeScale()

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

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

101 {
102 if (!mImpl) {
103 return;
104 }
105 mImpl->setTimeScale(timeScale);
106}
float timeScale() const
VideoImplPtr mImpl
Definition video.h:90

References mImpl, and timeScale().

Referenced by loop(), and operator=().

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