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

◆ hasError()

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

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

205 {
206 if (msg && mHasError) {
207 *msg = mErrorMsg;
208 }
209 return mHasError;
210}

References mErrorMsg, and mHasError.