Enum mp4parse_capi::mp4parse_track_type [] [src]

#[repr(C)]
pub enum mp4parse_track_type { MP4PARSE_TRACK_TYPE_VIDEO, MP4PARSE_TRACK_TYPE_AUDIO, }

Variants

Trait Implementations

impl PartialEq for mp4parse_track_type
[src]

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

This method tests for !=.

impl Debug for mp4parse_track_type
[src]

Formats the value using the given formatter.

impl Default for mp4parse_track_type
[src]

Returns the "default value" for a type. Read more