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

◆ hasError()

bool fl::Mp3Decoder::hasError ( fl::string * msg = nullptr) const

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

379 {
380 return mImpl->hasError(msg);
381}
fl::unique_ptr< fl::third_party::Mp3StreamDecoderImpl > mImpl
Definition mp3.h:168

References mImpl.

Referenced by ~Mp3Decoder(), and fl::FileSystem::openMp3().

+ Here is the caller graph for this function: