Go to the source code of this file.
Typedefs | |
typedef mpc_reader_t | mpc_reader |
Functions | |
void | mpc_reader_setup_file_reader (mpc_reader *r, FILE *input) |
/**
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.
Definition in file reader.h.
|
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. |