isobmff-0.13.0.0: A parser and generator for the ISO-14496-12/14 base media file format

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.Mp4.Boxes.Expandable

Contents

Synopsis

Static Expandable

type ExpandableSizeLastChunk (s :: Nat) = (Field 1 := 0) .+. (Field 7 := s) Source #

type ExpandableSizeNextChunk (s :: Nat) = (Field 1 := 1) .+. (Field 7 := s) Source #

Runtime-value Expandable

newtype Expandable t where Source #

Constructors

Expandable :: t -> Expandable t