Enum ogg_metadata::OggFormat [] [src]

pub enum OggFormat {
    Vorbis(VorbisMetadata),
    Opus(OpusMetadata),
    Theora(TheoraMetadata),
    Speex,
    Skeleton,
    Unknown,
}

Variants

The vorbis format (spec).

The opus format, as specified by RFC 6716, and RFC 7845.

The Theora video format (spec).

The speex format (spec).

The skeleton format with structure information (spec)

An format not supported by this crate or the magic code was corrupted.

Trait Implementations

impl Debug for OggFormat
[src]

Formats the value using the given formatter.