MCPcopy Create free account
hub / github.com/FastLED/FastLED / getSampleOffset

Method getSampleOffset

src/fl/codec/vorbis.cpp.hpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95fl::u32 StbVorbisDecoder::getSampleOffset() const {
96 if (!mVorbis) return 0;
97 return static_cast<fl::u32>(vb::stb_vorbis_get_sample_offset(static_cast<vb::stb_vorbis*>(mVorbis)));
98}
99
100fl::u32 StbVorbisDecoder::getTotalSamples() const {
101 if (!mVorbis) return 0;

Callers 2

decodeNextFrameMethod · 0.80
vorbis.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected