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

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.

impl Default for mp4parse_codec
[src]

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