Enum simplemad_sys::MadFlow
[−]
[src]
pub enum MadFlow { Continue, Stop, Break, Ignore, }
libmad callbacks return MadFlow values, which are used to control the decoding process
Variants
Continue | continue normally |
Stop | stop decoding normally |
Break | stop decoding and signal an error |
Ignore | ignore the current frame |