Go to the source code of this file.
Typedefs | |
typedef mpc_reader_t | mpc_reader |
Stream reader interface structure. | |
typedef mpc_reader_file_t | mpc_reader_file |
Functions | |
void | mpc_reader_setup_file_reader (mpc_reader_file *r, FILE *input) |
Definition in file reader.h.
|
Stream reader interface structure. This is the structure you must supply to the musepack decoding library to feed it with raw data. Implement the five member functions to provide a functional reader. |
|
Initializes reader with default stdio file reader implementation. Use this if you're just reading from a plain file.
Definition at line 82 of file mpc_reader.c. |