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
}
fl::third_party::Mp3StreamDecoderImpl::mErrorMsg
fl::string mErrorMsg
Definition
mp3.cpp.hpp:151
fl::third_party::Mp3StreamDecoderImpl::mHasError
bool mHasError
Definition
mp3.cpp.hpp:152
References
mErrorMsg
, and
mHasError
.
fl
third_party
Mp3StreamDecoderImpl
Generated on Tue Jun 16 2026 00:07:11 for FastLED by
1.13.2