Safe Haskell | None |
---|---|
Language | Haskell2010 |
- type FileTypeBox = Box "ftyp"
- fileTypeBox :: FileType -> FileTypeBox
- data FileType = FileType {
- majorBrand :: FourCc
- minorVersion :: Word32
- compatibleBrands :: [FourCc]
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
Contents of a ftyp
box are some FourCc
brands and a version.
FileType | |
|