isobmff-builder-0.9.0.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 :: ValidContainerBox brand Movie ts => Boxes brand ts -> Box brand Movie 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

IsBoxType * Movie Source # 

Associated Types

type BoxContent Movie (t :: Movie) :: * Source #

Methods

toBoxType :: proxy t -> BoxContent Movie t -> BoxType Source #

type BoxContent * Movie Source # 
type BoxContent * Movie = ()