isobmff-0.13.0.0: A parser and generator for the ISO-14496-12/14 base media file format

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes.Movie

Description

Meta data for a presentation of a movie.

Synopsis

Documentation

movie :: Boxes ts -> Box (ContainerBox Movie ts) Source #

Compose a set of boxes into a Movie

data Movie Source #

The metadata for a presentation, a single Movie which occurs only once and top-level. It is pretty empty on it's own, but it contains nested boxes with all the relevant meta data.

Instances
IsBox Movie Source # 
Instance details

Defined in Data.ByteString.IsoBaseFileFormat.Boxes.Movie

Associated Types

type BoxContent Movie :: Type Source #

Methods

toBoxType :: proxy Movie -> BoxType Source #

type BoxContent Movie Source # 
Instance details

Defined in Data.ByteString.IsoBaseFileFormat.Boxes.Movie

type BoxContent Movie = ()
type BoxTypeSymbol Movie Source # 
Instance details

Defined in Data.ByteString.IsoBaseFileFormat.Boxes.Movie

type BoxTypeSymbol Movie = "moov"