Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module re-exports all modules needed to build ISOBMFF documents.
- data MediaFile brand where
- MediaFile :: ValidTopLevel brand ts => Boxes brand ts -> MediaFile brand
- packMediaFile :: MediaFile brand -> ByteString
MediaFiles
data MediaFile brand where Source #
The toplevel container for all boxes of a media file.
MediaFile :: ValidTopLevel brand ts => Boxes brand ts -> MediaFile brand |
packMediaFile :: MediaFile brand -> ByteString Source #
Generate a lazy ByteString
with the contents of a MediaFile