Enum ffmpeg_sys::AVStreamParseType [] [src]

pub enum AVStreamParseType {
    AVSTREAM_PARSE_NONE,
    AVSTREAM_PARSE_FULL,
    AVSTREAM_PARSE_HEADERS,
    AVSTREAM_PARSE_TIMESTAMPS,
    AVSTREAM_PARSE_FULL_ONCE,
    AVSTREAM_PARSE_FULL_RAW,
}

Variants

AVSTREAM_PARSE_NONEAVSTREAM_PARSE_FULLAVSTREAM_PARSE_HEADERSAVSTREAM_PARSE_TIMESTAMPSAVSTREAM_PARSE_FULL_ONCEAVSTREAM_PARSE_FULL_RAW

Trait Implementations

impl Debug for AVStreamParseType
[src]

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

Formats the value using the given formatter.

impl Clone for AVStreamParseType
[src]

fn clone(&self) -> AVStreamParseType

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 AVStreamParseType
[src]

impl PartialEq for AVStreamParseType
[src]

fn eq(&self, __arg_0: &AVStreamParseType) -> 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 AVStreamParseType
[src]