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_RAWTrait Implementations
impl Debug for AVStreamParseType[src]
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) -> bool1.0.0
This method tests for !=.