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

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes.MediaData

Contents

Synopsis

Documentation

type MediaDataBox = Box "mdat" Source #

Media data box

mediaDataBox :: MediaData -> MediaDataBox Source #

Create a MediaDataBox from a strict ByteString

newtype MediaData Source #

Contents of a mdat box are just bytes from a strict ByteString

Constructors

MediaData ByteString 

Orphan instances

BoxRules Symbol "mdat" Source # 

Associated Types

type RestrictedTo "mdat" (t :: "mdat") :: Maybe [k] Source #

type IsTopLevelBox "mdat" (t :: "mdat") :: Bool Source #

type RequiredNestedBoxes "mdat" (t :: "mdat") :: [k] Source #

type GetCardinality "mdat" (t :: "mdat") (c :: "mdat") :: Cardinality Source #