Enum mp4parse_capi::mp4parse_codec
[−]
[src]
#[repr(C)]pub enum mp4parse_codec { MP4PARSE_CODEC_UNKNOWN, MP4PARSE_CODEC_AAC, MP4PARSE_CODEC_FLAC, MP4PARSE_CODEC_OPUS, MP4PARSE_CODEC_AVC, MP4PARSE_CODEC_VP9, MP4PARSE_CODEC_MP3, }
Variants
MP4PARSE_CODEC_UNKNOWNMP4PARSE_CODEC_AACMP4PARSE_CODEC_FLACMP4PARSE_CODEC_OPUSMP4PARSE_CODEC_AVCMP4PARSE_CODEC_VP9MP4PARSE_CODEC_MP3Trait Implementations
impl PartialEq for mp4parse_codec[src]
fn eq(&self, __arg_0: &mp4parse_codec) -> 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 !=.