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

◆ available()

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

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

100 {
101 if (mType == kStreaming) {
102 return mHandle->available(mbytesPerFrame);
103 }
104 return mHandle->available();
105}
fl::filebuf_ptr mHandle

References kStreaming, mbytesPerFrame, mHandle, and mType.

Referenced by readBytes().

+ Here is the caller graph for this function: