#include <frame.h>
Data Fields | |
struct mad_header | header |
MPEG audio header. | |
int | options |
decoding options (from stream) | |
mad_fixed_t | sbsample [2][36][32] |
synthesis subband filter samples | |
mad_fixed_t(* | overlap )[2][32][18] |
Layer III block overlap data. |
Definition at line 76 of file frame.h.
struct mad_header mad_frame::header [read] |
MPEG audio header.
Definition at line 77 of file frame.h.
Referenced by III_decode(), mad_frame_decode(), mad_frame_finish(), mad_frame_init(), mad_layer_I(), mad_layer_II(), mad_layer_III(), mad_synth_frame(), and run_sync().
decoding options (from stream)
Definition at line 79 of file frame.h.
Referenced by mad_frame_decode(), mad_frame_init(), mad_layer_I(), mad_layer_II(), mad_layer_III(), and mad_synth_frame().
mad_fixed_t mad_frame::sbsample[2][36][32] |
synthesis subband filter samples
Definition at line 81 of file frame.h.
Referenced by III_decode(), mad_frame_mute(), mad_layer_I(), mad_layer_II(), synth_full(), and synth_half().
mad_fixed_t(* mad_frame::overlap)[2][32][18] |
Layer III block overlap data.
Definition at line 82 of file frame.h.
Referenced by III_decode(), mad_frame_finish(), mad_frame_init(), mad_frame_mute(), and mad_layer_III().