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::video::PixelStream::mHandle
fl::filebuf_ptr mHandle
Definition
pixel_stream.h:65
fl::video::PixelStream::mType
Type mType
Definition
pixel_stream.h:66
fl::video::PixelStream::kStreaming
@ kStreaming
Definition
pixel_stream.h:30
References
kStreaming
,
mHandle
, and
mType
.
fl
video
PixelStream
Generated on Tue Jun 16 2026 00:07:11 for FastLED by
1.13.2