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

◆ setTimeScale()

void fl::video::VideoImpl::setTimeScale ( float timeScale)

Definition at line 37 of file video_impl.cpp.hpp.

37 {
39 if (mTime) {
40 mTime->setSpeed(timeScale);
41 }
42}
fl::TimeWarpPtr mTime
Definition video_impl.h:70
float timeScale() const
Definition video_impl.h:50

References mTime, mTimeScale, and timeScale().

+ Here is the call graph for this function: