FastLED 3.9.15
|
#include <video.h>
Public Member Functions | |
Video () | |
Video (const Video &) | |
Video (size_t pixelsPerFrame, float fps=30.0f, size_t frameHistoryCount=DefaultFrameHistoryCount()) | |
~Video () | |
bool | begin (fl::FileHandlePtr h) |
bool | beginStream (fl::ByteStreamPtr s) |
void | draw (DrawContext context) override |
bool | draw (uint32_t now, CRGB *leds) |
bool | draw (uint32_t now, Frame *frame) |
int32_t | durationMicros () const |
void | end () |
Str | error () const |
bool | finished () |
Str | fxName () const override |
operator bool () const | |
Video & | operator= (const Video &) |
void | pause (uint32_t now) override |
size_t | pixelsPerFrame () const |
void | resume (uint32_t now) override |
bool | rewind () |
void | setError (const Str &error) |
void | setFade (uint32_t fadeInTime, uint32_t fadeOutTime) |
void | setTimeScale (float timeScale) |
float | timeScale () const |
![]() | |
Fx1d (uint16_t numLeds) | |
void | setXmap (const XMap &xMap) |
uint16_t | xyMap (uint16_t x) const |
![]() | |
Fx (uint16_t numLeds) | |
uint16_t | getNumLeds () const |
virtual bool | hasFixedFrameRate (float *fps) const |
![]() | |
virtual int | ref_count () const |
Static Public Member Functions | |
static size_t | DefaultFrameHistoryCount () |
Private Attributes | |
Str | mError |
bool | mFinished = false |
VideoImplPtr | mImpl |
Str | mName |
Additional Inherited Members | |
![]() | |
using | DrawContext = _DrawContext |
![]() | |
virtual | ~Fx () |
![]() | |
Referent () | |
Referent (const Referent &) | |
Referent (Referent &&) | |
virtual | ~Referent () |
virtual void | destroy () |
Referent & | operator= (const Referent &) |
Referent & | operator= (Referent &&) |
virtual void | ref () |
virtual void | unref () |
![]() | |
XMap | mXMap |
![]() | |
uint16_t | mNumLeds |