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

Method getTotalSamples

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

Source from the content-addressed store, hash-verified

98}
99
100fl::u32 StbVorbisDecoder::getTotalSamples() const {
101 if (!mVorbis) return 0;
102 return vb::stb_vorbis_stream_length_in_samples(static_cast<vb::stb_vorbis*>(mVorbis));
103}
104
105// VorbisDecoderImpl - internal implementation
106class VorbisDecoderImpl {

Callers 2

decodeNextFrameMethod · 0.80
vorbis.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected