Expand description
Re-exports§
pub use minimp3_sys as ffi;
Structs§
- Decoder
- A MP3 decoder which consumes a reader and produces
Frame
s. - Frame
- A MP3 frame, owning the decoded audio of that frame.
Enums§
- Error
- Errors encountered by the MP3 decoder.
Constants§
- MAX_
SAMPLES_ PER_ FRAME - Maximum number of samples present in a MP3 frame.