Enum mp4parse::CodecType [] [src]

pub enum CodecType {
    Unknown,
    MP3,
    AAC,
    FLAC,
    Opus,
    H264,
    MP4V,
    VP10,
    VP9,
    VP8,
    EncryptedVideo,
    EncryptedAudio,
    LPCM,
}

Variants

Trait Implementations

impl Debug for CodecType
[src]

[src]

Formats the value using the given formatter.

impl Clone for CodecType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CodecType
[src]

impl PartialEq for CodecType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Default for CodecType
[src]

[src]

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