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.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 BoxContent Media Source # 
type BoxContent Media = ()
type BoxTypeSymbol * Media Source # 
type BoxTypeSymbol * Media = "mdia"

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

Create a MediaDataBox from a strict ByteString