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

◆ atEnd()

bool fl::video::PixelStream::atEnd ( ) const

Definition at line 107 of file pixel_stream.cpp.hpp.

107 {
108 if (mType == kStreaming) {
109 return false;
110 }
111 return !mHandle->available();
112}
fl::filebuf_ptr mHandle

References kStreaming, mHandle, and mType.