Enum mp4parse_capi::mp4parse_codec [] [src]

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

Trait Implementations

impl PartialEq for mp4parse_codec
[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_codec
[src]

Formats the value using the given formatter.