|
Arduino LibMAD
|
Individual chunk of encoded MP3 data which is submitted to the decoder. More...
#include <MP3DecoderMAD.h>
Public Member Functions | |
| MadInputBuffer (void *data, size_t len) | |
| MadInputBuffer (const void *data, size_t len) | |
Public Attributes | |
| uint8_t * | data =nullptr |
| size_t | size =0 |
| bool | cleanup = false |
Individual chunk of encoded MP3 data which is submitted to the decoder.