Data.ByteString.IsoBaseFileFormat.Box

Box Type Classes

class IsBox t

type family BoxTypeSymbol (t :: k) :: Symbol

class IsBoxContent a

Box Contents

data Box b

data ContainerBox b bs

data Boxes boxTypes

($:)

singletonBox

typeListLength

containerBox

Box Size and Type

data BoxSize

fromBoxSize

data BoxSizeExtension

data BoxType

parseBoxType

data FourCc

data BoxTypeExtension

IsBoxContent instances

Box concatenation

data a :+ b

Tagged boxes

List Box Content

data ListContent sizeType contentType

Words and Integer

Boxes of Bits

Type Layout Rule Matchers

type OM b bs

type OO b bs

type SM b bs

type SO b bs

type OM_ b

type OO_ b

type SM_ b

type SO_ b

type family IsContainerBox t :: Bool where ...

type family ChildBoxes c where ...