Struct ffmpeg_sys::AVOption [] [src]

pub struct AVOption {
    pub name: *const c_char,
    pub help: *const c_char,
    pub offset: c_int,
    pub kind: AVOptionType,
    pub default_val: [u8; 8],
    pub min: c_double,
    pub max: c_double,
    pub unit: *const c_char,
}

Fields

name: *const c_char help: *const c_char offset: c_int kind: AVOptionType default_val: [u8; 8] min: c_double max: c_double unit: *const c_char

Trait Implementations

impl Debug for AVOption
[src]

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

Formats the value using the given formatter.