Enum simplemad_sys::MadFlow [] [src]

#[repr(C)]
pub enum MadFlow { Continue, Stop, Break, Ignore, }

libmad callbacks return MadFlow values, which are used to control the decoding process

Variants

continue normally

stop decoding normally

stop decoding and signal an error

ignore the current frame

Trait Implementations

impl Debug for MadFlow
[src]

Formats the value using the given formatter.

impl Clone for MadFlow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MadFlow
[src]