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

Trait Implementations

Derived Implementations

impl Copy for MadFlow

impl Clone for MadFlow

fn clone(&self) -> MadFlow

fn clone_from(&mut self, source: &Self)

impl Debug for MadFlow

fn fmt(&self, __arg_0: &mut Formatter) -> Result