Enum mp4ameta::MediaType[][src]

pub enum MediaType {
    Movie,
    Normal,
    AudioBook,
    WhackedBookmark,
    MusicVideo,
    ShortFilm,
    TvShow,
    Booklet,
}
Expand description

An enum describing the media type of a file stored in the stik atom.

Variants

Movie

A media type stored as 0 in the stik atom.

Normal

A media type stored as 1 in the stik atom.

AudioBook

A media type stored as 2 in the stik atom.

WhackedBookmark

A media type stored as 5 in the stik atom.

MusicVideo

A media type stored as 6 in the stik atom.

ShortFilm

A media type stored as 9 in the stik atom.

TvShow

A media type stored as 10 in the stik atom.

Booklet

A media type stored as 11 in the stik atom.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

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

This method tests for !=.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.