Enum ffmpeg_sys::AVOptionType [] [src]

pub enum AVOptionType {
    AV_OPT_TYPE_FLAGS,
    AV_OPT_TYPE_INT,
    AV_OPT_TYPE_INT64,
    AV_OPT_TYPE_DOUBLE,
    AV_OPT_TYPE_FLOAT,
    AV_OPT_TYPE_STRING,
    AV_OPT_TYPE_RATIONAL,
    AV_OPT_TYPE_BINARY,
    AV_OPT_TYPE_DICT,
    AV_OPT_TYPE_CONST,
    AV_OPT_TYPE_IMAGE_SIZE,
    AV_OPT_TYPE_PIXEL_FMT,
    AV_OPT_TYPE_SAMPLE_FMT,
    AV_OPT_TYPE_VIDEO_RATE,
    AV_OPT_TYPE_DURATION,
    AV_OPT_TYPE_COLOR,
    AV_OPT_TYPE_CHANNEL_LAYOUT,
}

Variants

AV_OPT_TYPE_FLAGSAV_OPT_TYPE_INTAV_OPT_TYPE_INT64AV_OPT_TYPE_DOUBLEAV_OPT_TYPE_FLOATAV_OPT_TYPE_STRINGAV_OPT_TYPE_RATIONALAV_OPT_TYPE_BINARYAV_OPT_TYPE_DICTAV_OPT_TYPE_CONSTAV_OPT_TYPE_IMAGE_SIZEAV_OPT_TYPE_PIXEL_FMTAV_OPT_TYPE_SAMPLE_FMTAV_OPT_TYPE_VIDEO_RATEAV_OPT_TYPE_DURATIONAV_OPT_TYPE_COLORAV_OPT_TYPE_CHANNEL_LAYOUT

Trait Implementations

impl Debug for AVOptionType
[src]

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

Formats the value using the given formatter.

impl Clone for AVOptionType
[src]

fn clone(&self) -> AVOptionType

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for AVOptionType
[src]

impl PartialEq for AVOptionType
[src]

fn eq(&self, __arg_0: &AVOptionType) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for AVOptionType
[src]