Enum mp4parse_capi::mp4parse_track_type
[−]
[src]
#[repr(C)]pub enum mp4parse_track_type { MP4PARSE_TRACK_TYPE_VIDEO, MP4PARSE_TRACK_TYPE_AUDIO, }
Variants
MP4PARSE_TRACK_TYPE_VIDEOMP4PARSE_TRACK_TYPE_AUDIOTrait Implementations
impl PartialEq for mp4parse_track_type[src]
fn eq(&self, __arg_0: &mp4parse_track_type) -> 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 !=.