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

◆ timeScale()

float fl::Video::timeScale ( ) const

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

108 {
109 if (!mImpl) {
110 return 1.0f;
111 }
112 return mImpl->timeScale();
113}
VideoImplPtr mImpl
Definition video.h:90

References mImpl.

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

+ Here is the caller graph for this function: