| 98 | } |
| 99 | |
| 100 | fl::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 |
| 106 | class VorbisDecoderImpl { |
no outgoing calls
no test coverage detected