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

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes.FileType

Contents

Synopsis

Documentation

type FileTypeBox = Box "ftyp" Source #

File Type Box

fileTypeBox :: FileType -> FileTypeBox Source #

Create a FileTypeBox from a major brand, a minor version and a list of compatible brands

data FileType Source #

Contents of a ftyp box are some FourCc brands and a version.

Orphan instances

BoxRules Symbol "ftyp" Source # 

Associated Types

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

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

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

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