Arduino LibMAD
All Classes Files Functions Pages
Public Member Functions | Public Attributes | List of all members
libmad::MadInputBuffer Struct Reference

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
 

Detailed Description

Individual chunk of encoded MP3 data which is submitted to the decoder.

Author
Phil Schatzmann

The documentation for this struct was generated from the following file: