MCPcopy 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
120private:
121 static constexpr fl::size FRAME_SIZE = 1024; // Samples per frame

Callers

nothing calls this directly

Calls 1

getInfoMethod · 0.45

Tested by

no test coverage detected