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

◆ resume()

void fl::video::VideoImpl::resume ( fl::u32 now)

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

30 {
31 if (!mTime) {
33 }
34 mTime->resume(now);
35}
fl::TimeWarpPtr mTime
Definition video_impl.h:70
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References fl::make_shared(), and mTime.

+ Here is the call graph for this function: