Safe Haskell | None |
---|---|
Language | Haskell2010 |
- fileTypeBox :: ValidBox b FileType => FileType -> Box b FileType
- data FileType = FileType {
- majorBrand :: FourCc
- minorVersion :: Word32
- compatibleBrands :: [FourCc]
Documentation
fileTypeBox :: ValidBox b FileType => FileType -> Box b FileType Source #
Create a FileTypeBox
from a major brand, a minor version and a list of
compatible brands
Contents of a ftyp
box are some FourCc
brands and a version.
FileType | |
|