|
FastLED 3.9.15
|
#include <vorbis.h>
Collaboration diagram for fl::VorbisDecoder:Public Member Functions | |
| VorbisDecoder () FL_NOEXCEPT | |
| ~VorbisDecoder () FL_NOEXCEPT | |
| bool | begin (fl::filebuf_ptr stream) |
| bool | decodeNextFrame (audio::Sample *outSample) |
| void | end () |
| VorbisInfo | getInfo () const |
| fl::size | getPosition () const |
| bool | hasError (fl::string *msg=nullptr) const |
| bool | isReady () const |
| void | reset () |
Private Attributes | |
| fl::unique_ptr< VorbisDecoderImpl > | mImpl |