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

◆ hasError()

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

Implements fl::IDecoder.

Definition at line 180 of file software_decoder.cpp.hpp.

180 {
181 if (msg && hasError_) {
182 *msg = errorMessage_;
183 }
184 return hasError_;
185}

References errorMessage_, FL_NOEXCEPT, and hasError_.