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

◆ H264Info() [2/2]

fl::H264Info::H264Info ( fl::u16 w,
fl::u16 h,
fl::u8 prof,
fl::u8 lvl )
inline

Definition at line 19 of file h264.h.

20 : width(w), height(h), profile(prof), level(lvl), isValid(true) {}
fl::u8 profile
Definition h264.h:13
fl::u8 level
Definition h264.h:14
bool isValid
Definition h264.h:16
fl::u16 height
Definition h264.h:12
fl::u16 width
Definition h264.h:11

References H264Info(), height, isValid, level, profile, and width.

+ Here is the call graph for this function: