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

Contents

Description

Meta data for a presentation of a movie.

Synopsis

trak Box

track :: Boxes ts -> Box (ContainerBox Track ts) Source #

Compose a Track box from the given boxes.

data Track Source #

Container box for tracks.

Instances

IsBox Track Source # 

Associated Types

type BoxContent Track :: * Source #

Methods

toBoxType :: proxy Track -> BoxType Source #

type BoxContent Track Source # 
type BoxContent Track = ()
type BoxTypeSymbol * Track Source # 
type BoxTypeSymbol * Track = "trak"