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

◆ end()

void fl::video::VideoImpl::end ( )

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

64 {
65 mFrameInterpolator->clear();
66 // Removed resetFrameCounter and setStartTime calls
67 mStream.reset();
68}
FrameInterpolatorPtr mFrameInterpolator
Definition video_impl.h:69
PixelStreamPtr mStream
Definition video_impl.h:67

References mFrameInterpolator, and mStream.

Referenced by ~VideoImpl(), and begin().

+ Here is the caller graph for this function: