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

◆ timeScale()

float fl::Video::timeScale ( ) const

Definition at line 137 of file video.cpp.

137 {
138 if (!mImpl) {
139 return 1.0f;
140 }
141 return mImpl->timeScale();
142}
VideoImplPtr mImpl
Definition video.h:76

References mImpl.

Referenced by beginStream(), and setTimeScale().

+ Here is the caller graph for this function: