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

Method close

src/fl/codec/vorbis.cpp.hpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void StbVorbisDecoder::close() {
46 if (mVorbis) {
47 vb::stb_vorbis_close(static_cast<vb::stb_vorbis*>(mVorbis));
48 mVorbis = nullptr;
49 }
50}
51
52bool StbVorbisDecoder::isOpen() const {
53 return mVorbis != nullptr;

Callers 2

endMethod · 0.45
endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected