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

◆ bytesRemaining()

i32 fl::video::PixelStream::bytesRemaining ( ) const

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

186 {
187 if (mType == kStreaming) {
188 // Use (max)() to prevent macro expansion by Arduino.h's max macro
190 }
191 return mHandle->bytesLeft();
192}
fl::filebuf_ptr mHandle
static constexpr T max() FL_NOEXCEPT
Definition limits.h:108

References kStreaming, fl::numeric_limits< T >::max(), mHandle, and mType.

Referenced by bytesRemainingInFrame(), and framesRemaining().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: