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

◆ Mp3Info() [2/2]

fl::Mp3Info::Mp3Info ( fl::u32 rate,
fl::u8 ch,
fl::u32 br )
inline

Definition at line 28 of file mp3.h.

29 : sampleRate(rate), channels(ch), bitrate(br), isValid(true) {}
fl::u8 channels
Definition mp3.h:18
fl::u32 bitrate
Definition mp3.h:19
fl::u32 sampleRate
Definition mp3.h:17
bool isValid
Definition mp3.h:23

References Mp3Info(), bitrate, channels, isValid, and sampleRate.

+ Here is the call graph for this function: