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
}
fl::VorbisDecoderImpl::mError
fl::string mError
Definition
vorbis.cpp.hpp:126
References
mError
.
fl
VorbisDecoderImpl
Generated on Tue Jun 16 2026 00:07:07 for FastLED by
1.13.2