#include <mpc/mpc_types.h>
#include <stdio.h>
Go to the source code of this file.
Detailed Description
Definition in file reader.h.
Typedef Documentation
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.
Definition at line 54 of file reader.h.
Function Documentation
Release reader with default stdio file reader implementation.
- Parameters:
-
r | reader handle to release |
Initializes reader with default stdio file reader implementation. Use this if you're just reading from a plain file.
- Parameters:
-
r | p_reader handle to initialize |
filename | input filename to attach to the reader |
Initializes reader with default stdio file reader implementation. Use this if you prefer to open the file yourself.
- Parameters:
-
r | p_reader handle to initialize |
p_file | input file handle (already open) |