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

◆ hasError()

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

Definition at line 183 of file vorbis.cpp.hpp.

183 {
184 if (!mError.empty()) {
185 if (msg) *msg = mError;
186 return true;
187 }
188 return false;
189}

References mError.