isobmff-builder-0.11.3.0: A (bytestring-) builder for the ISO-14496-12 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 # 

Associated Types

type BoxContent Movie :: * Source #

Methods

toBoxType :: proxy Movie -> BoxType Source #

type BoxContent Movie Source # 
type BoxContent Movie = ()
type BoxTypeSymbol * Movie Source # 
type BoxTypeSymbol * Movie = "moov"