#include <decoder.h>

Data Fields | |
| enum mad_decoder_mode | mode |
| int | options |
| struct { | |
| long pid | |
| int in | |
| int out | |
| } | async |
| struct { | |
| struct mad_stream stream | |
| struct mad_frame frame | |
| struct mad_synth synth | |
| } | sync |
| void * | cb_data |
| input_callback | input_func |
| header_callback | header_func |
| filter_callback | filter_func |
| output_callback | output_func |
| error_callback | error_func |
| message_callback | message_func |
Definition at line 50 of file decoder.h.
Definition at line 51 of file decoder.h.
Referenced by mad_decoder_finish(), mad_decoder_init(), mad_decoder_message(), mad_decoder_run(), and run_sync().
| long mad_decoder::pid |
Definition at line 56 of file decoder.h.
Referenced by mad_decoder_finish(), and mad_decoder_init().
| int mad_decoder::in |
Definition at line 57 of file decoder.h.
Referenced by mad_decoder_finish(), mad_decoder_init(), and mad_decoder_message().
| int mad_decoder::out |
Definition at line 58 of file decoder.h.
Referenced by mad_decoder_finish(), mad_decoder_init(), and mad_decoder_message().
| struct { ... } mad_decoder::async |
Referenced by mad_decoder_finish(), mad_decoder_init(), and mad_decoder_message().
struct mad_stream mad_decoder::stream [read] |
struct mad_frame mad_decoder::frame [read] |
struct mad_synth mad_decoder::synth [read] |
| struct { ... } * mad_decoder::sync |
Referenced by mad_decoder_init(), mad_decoder_run(), and run_sync().
| void* mad_decoder::cb_data |
1.5.5