MCPcopy Create free account
hub / github.com/FastLED/FastLED / end

Method end

src/fl/codec/mp3.cpp.hpp:196–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void Mp3StreamDecoderImpl::end() {
197 mDecoder.reset();
198 if (mStream) {
199 mStream->close();
200 mStream = nullptr;
201 }
202 mBuffer.clear();
203}
204
205bool Mp3StreamDecoderImpl::hasError(fl::string* msg) const {
206 if (msg && mHasError) {

Callers 3

parseGifInfoMethod · 0.45
closeMethod · 0.45
parseMpeg1InfoMethod · 0.45

Calls 3

resetMethod · 0.45
closeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected