Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void StbVorbisDecoder::close() {
46
if (mVorbis) {
47
vb::stb_vorbis_close(static_cast<vb::stb_vorbis*>(mVorbis));
48
mVorbis = nullptr;
49
}
50
}
51
52
bool StbVorbisDecoder::isOpen() const {
53
return mVorbis != nullptr;
Callers
2
end
Method · 0.45
end
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected