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

◆ close()

void fl::StbVorbisDecoder::close ( )

Definition at line 45 of file vorbis.cpp.hpp.

45 {
46 if (mVorbis) {
47 vb::stb_vorbis_close(static_cast<vb::stb_vorbis*>(mVorbis));
48 mVorbis = nullptr;
49 }
50}

References mVorbis.

Referenced by ~StbVorbisDecoder(), and openMemory().

+ Here is the caller graph for this function: