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

◆ timeScale()

float fl::Video::timeScale ( ) const

Definition at line 131 of file video.cpp.

131 {
132 if (!mImpl) {
133 return 1.0f;
134 }
135 return mImpl->timeScale();
136}
VideoImplPtr mImpl
Definition video.h:79

References mImpl.

Referenced by beginStream(), and setTimeScale().

+ Here is the caller graph for this function: