Data.ByteString.IsoBaseFileFormat.Boxes.Box

Box Type Classes

class IsBox t

type family BoxTypeSymbol t :: Symbol

class IsBoxContent a

Data types

data Box b

data ContainerBox b bs

data Boxes boxTypes

($:)

singletonBox

typeListLength

containerBox

Box Size and Type

data BoxSize

data BoxSizeExtension

data BoxType

parseBoxType

data FourCc

data BoxTypeExtension

IsBoxContent instances

Box concatenation

data a :+ b

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