Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ isOpen
Method
isOpen
src/fl/codec/vorbis.cpp.hpp:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
bool StbVorbisDecoder::isOpen() const {
53
return mVorbis != nullptr;
54
}
55
56
VorbisInfo StbVorbisDecoder::getInfo() const {
57
VorbisInfo info;
Callers
6
isReady
Method · 0.80
decodeNextFrame
Method · 0.80
reset
Method · 0.80
~SdFatFileHandle
Method · 0.80
SdFatFileHandle
Class · 0.80
vorbis.hpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected