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

◆ pause()

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

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

24 {
25 if (!mTime) {
27 }
28 mTime->pause(now);
29}
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: