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

◆ end()

void fl::third_party::Mp3StreamDecoderImpl::end ( )

Definition at line 196 of file mp3.cpp.hpp.

196 {
197 mDecoder.reset();
198 if (mStream) {
199 mStream->close();
200 mStream = nullptr;
201 }
202 mBuffer.clear();
203}
fl::unique_ptr< Mp3HelixDecoder > mDecoder
Definition mp3.cpp.hpp:146

References mBuffer, mDecoder, and mStream.

Referenced by ~Mp3StreamDecoderImpl().

+ Here is the caller graph for this function: