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.Track

Contents

Description

Meta data for a presentation of a movie.

Synopsis

trak Box

track :: ValidContainerBox brand Track ts => Boxes brand ts -> Box brand Track Source #

Compose a Track box from the given boxes.

data Track Source #

Container box for tracks.

Instances

IsBoxType * Track Source # 

Associated Types

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

Methods

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

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