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

◆ isSupported()

bool fl::Mp3::isSupported ( )
static

Definition at line 405 of file mp3.cpp.hpp.

405 {
406 // MP3 decoder is available on all platforms
407 return true;
408}