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

◆ begin()

void fl::video::VideoImpl::begin ( fl::filebuf_ptr h)

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

57 {
58 end();
60 mStream->begin(h);
61 mPrevNow = 0;
62}
PixelStreamPtr mStream
Definition video_impl.h:67
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References end(), kSizeRGB8, fl::make_shared(), mPixelsPerFrame, mPrevNow, and mStream.

+ Here is the call graph for this function: