Definition at line 30 of file video.cpp.
◆ VideoImpl()
VideoImpl::VideoImpl |
( |
size_t | pixelsPerFrame, |
|
|
float | fpsVideo, |
|
|
size_t | frameHistoryCount = 0 ) |
◆ ~VideoImpl()
VideoImpl::~VideoImpl |
( |
| ) |
|
◆ begin()
void VideoImpl::begin |
( |
FileHandleRef | h | ) |
|
◆ beginStream()
void VideoImpl::beginStream |
( |
ByteStreamRef | s | ) |
|
◆ draw() [1/2]
bool VideoImpl::draw |
( |
uint32_t | now, |
|
|
CRGB * | leds, |
|
|
uint8_t * | alpha = nullptr ) |
◆ draw() [2/2]
bool VideoImpl::draw |
( |
uint32_t | now, |
|
|
Frame * | frame ) |
◆ end()
◆ full()
bool VideoImpl::full |
( |
| ) |
const |
◆ popOldest()
FrameRef VideoImpl::popOldest |
( |
| ) |
|
◆ pushNewest()
void VideoImpl::pushNewest |
( |
FrameRef | frame | ) |
|
◆ rewind()
bool VideoImpl::rewind |
( |
| ) |
|
The documentation for this class was generated from the following file:
- /home/runner/work/FastLED/FastLED/src/fx/video/video.cpp