Enum lame_sys::vbr_mode [] [src]

#[repr(u32)]
pub enum vbr_mode { vbr_off, vbr_mt, vbr_rh, vbr_abr, vbr_mtrh, vbr_max_indicator, }

Variants

Trait Implementations

impl Copy for vbr_mode
[src]

impl Clone for vbr_mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for vbr_mode
[src]

Formats the value using the given formatter.