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