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

◆ Mpeg1Info() [2/2]

fl::Mpeg1Info::Mpeg1Info ( fl::u16 w,
fl::u16 h,
fl::u16 fps )
inline

Definition at line 24 of file mpeg1.h.

25 : width(w), height(h), frameRate(fps), isValid(true) {}
fl::u16 height
Definition mpeg1.h:14
fl::u16 frameRate
Definition mpeg1.h:15
fl::u16 width
Definition mpeg1.h:13
bool isValid
Definition mpeg1.h:19

References Mpeg1Info(), frameRate, height, isValid, and width.

+ Here is the call graph for this function: