Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getInfo
Method
getInfo
src/fl/codec/vorbis.cpp.hpp:118–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
fl::size getPosition() const { return mPosition; }
117
void reset();
118
VorbisInfo getInfo() const { return mDecoder.getInfo(); }
119
120
private:
121
static constexpr fl::size FRAME_SIZE = 1024; // Samples per frame
Callers
nothing calls this directly
Calls
1
getInfo
Method · 0.45
Tested by
no test coverage detected