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

◆ setTimeScale()

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

Definition at line 130 of file video.cpp.

130 {
131 if (!mImpl) {
132 return;
133 }
134 mImpl->setTimeScale(timeScale);
135}
float timeScale() const
Definition video.cpp:137
VideoImplPtr mImpl
Definition video.h:76

References mImpl, and timeScale().

Referenced by loop().

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