Enum mp4ameta::MediaType [−][src]
pub enum MediaType {
Movie,
Normal,
AudioBook,
WhackedBookmark,
MusicVideo,
ShortFilm,
TvShow,
Booklet,
}An enum describing the media type of a file stored in the stik atom.
Variants
A media type stored as 0 in the stik atom.
A media type stored as 1 in the stik atom.
A media type stored as 2 in the stik atom.
A media type stored as 5 in the stik atom.
A media type stored as 6 in the stik atom.
A media type stored as 9 in the stik atom.
A media type stored as 10 in the stik atom.
A media type stored as 11 in the stik atom.
Implementations
Trait Implementations
impl StructuralEq for MediaType[src]
impl StructuralEq for MediaType[src]impl StructuralPartialEq for MediaType[src]
impl StructuralPartialEq for MediaType[src]Auto Trait Implementations
impl RefUnwindSafe for MediaType
impl RefUnwindSafe for MediaTypeimpl UnwindSafe for MediaType
impl UnwindSafe for MediaType