Private MP3 data stored in the audio file structure. More...

Data Fields | |
| struct mad_stream | mstream |
| Stream data. | |
| struct mad_frame | mframe |
| Frame data. | |
| struct mad_header | mheader |
| Frame header. | |
| struct mad_synth | msynth |
| Synth data. | |
| mad_timer_t | mtimer |
| Progress timer. | |
| int | cursample |
| Sample offset. | |
| off_t | flen |
| Length of the file. | |
| unsigned char | buf_input [65536] |
| Read buffer. | |
Private MP3 data stored in the audio file structure.
Definition at line 43 of file audio_format_mp3.c.
1.6.3