isobmff-builder-0.10.0.0: A (bytestring-) builder for the ISO-14496-12 base media file format

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes.Media

Description

Track specific media information container box.

Synopsis

Documentation

data Media Source #

Media data box

Instances

IsBox Media Source # 

Associated Types

type BoxContent Media :: * Source #

Methods

toBoxType :: proxy Media -> BoxType Source #

type BoxTypeSymbol Media Source # 
type BoxTypeSymbol Media = "mdia"
type BoxContent Media Source # 
type BoxContent Media = ()

media :: Boxes ts -> Box (ContainerBox Media ts) Source #

Create a MediaDataBox from a strict ByteString