isobmff-builder-0.9.0.0: A (bytestring-) builder for the ISO-14496-12 base media file format
Data.ByteString.IsoBaseFileFormat.Boxes.Movie
Description
Meta data for a presentation of a movie.
Synopsis
movie :: ValidContainerBox brand Movie ts => Boxes brand ts -> Box brand Movie Source #
Compose a set of boxes into a Movie
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
Associated Types
type BoxContent Movie (t :: Movie) :: * Source #
Methods
toBoxType :: proxy t -> BoxContent Movie t -> BoxType Source #