isobmff-builder-0.9.0.0: A (bytestring-) builder for the ISO-14496-12 base media file format
Data.ByteString.IsoBaseFileFormat.Boxes.Track
Contents
trak
Description
Meta data for a presentation of a movie.
Synopsis
track :: ValidContainerBox brand Track ts => Boxes brand ts -> Box brand Track Source #
Compose a Track box from the given boxes.
Track
data Track Source #
Container box for tracks.
Instances
Associated Types
type BoxContent Track (t :: Track) :: * Source #
Methods
toBoxType :: proxy t -> BoxContent Track t -> BoxType Source #