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

Method seek

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

Source from the content-addressed store, hash-verified

88}
89
90bool StbVorbisDecoder::seek(fl::u32 sampleNumber) {
91 if (!mVorbis) return false;
92 return vb::stb_vorbis_seek(static_cast<vb::stb_vorbis*>(mVorbis), sampleNumber) != 0;
93}
94
95fl::u32 StbVorbisDecoder::getSampleOffset() const {
96 if (!mVorbis) return 0;

Callers 10

resetMethod · 0.45
beginMethod · 0.45
readFrameAtMethod · 0.45
rewindMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls