Definition at line 23 of file video.h.
|
| Video (FileHandleRef h, size_t pixelsPerFrame, float fps=30.0f, size_t frameHistoryCount=0) |
|
| Video (ByteStreamRef s, size_t pixelsPerFrame, float fps=30.0f, size_t frameHistoryCount=0) |
|
| Video (const Video &) |
|
Video & | operator= (const Video &) |
|
void | begin (FileHandleRef h, size_t pixelsPerFrame, float fps=30.0f, size_t frameHistoryCount=0) |
|
void | beginStream (ByteStreamRef s, size_t pixelsPerFrame, float fps=30.0f, size_t frameHistoryCount=0) |
|
bool | draw (uint32_t now, CRGB *leds, uint8_t *alpha=nullptr) |
|
bool | draw (uint32_t now, Frame *frame) |
|
void | end () |
|
bool | finished () |
|
bool | rewind () |
|
| operator bool () const |
|
◆ Video() [1/2]
Video::Video |
( |
FileHandleRef | h, |
|
|
size_t | pixelsPerFrame, |
|
|
float | fps = 30.0f, |
|
|
size_t | frameHistoryCount = 0 ) |
◆ Video() [2/2]
Video::Video |
( |
ByteStreamRef | s, |
|
|
size_t | pixelsPerFrame, |
|
|
float | fps = 30.0f, |
|
|
size_t | frameHistoryCount = 0 ) |
◆ begin()
void Video::begin |
( |
FileHandleRef | h, |
|
|
size_t | pixelsPerFrame, |
|
|
float | fps = 30.0f, |
|
|
size_t | frameHistoryCount = 0 ) |
◆ beginStream()
void Video::beginStream |
( |
ByteStreamRef | s, |
|
|
size_t | pixelsPerFrame, |
|
|
float | fps = 30.0f, |
|
|
size_t | frameHistoryCount = 0 ) |
◆ draw() [1/2]
bool Video::draw |
( |
uint32_t | now, |
|
|
CRGB * | leds, |
|
|
uint8_t * | alpha = nullptr ) |
◆ draw() [2/2]
bool Video::draw |
( |
uint32_t | now, |
|
|
Frame * | frame ) |
◆ end()
◆ finished()
◆ operator bool()
Video::operator bool |
( |
| ) |
const |
|
inline |
◆ rewind()
The documentation for this class was generated from the following files:
- /home/runner/work/FastLED/FastLED/src/fx/video.h
- /home/runner/work/FastLED/FastLED/src/fx/video/video.cpp