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

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes

Contents

Description

This module re-exports all modules needed to build ISOBMFF documents.

Synopsis

MediaFiles

data MediaFile brand where Source #

The toplevel container for all boxes of a media file.

Constructors

MediaFile :: ValidTopLevel brand ts => Boxes brand ts -> MediaFile brand 

packMediaFile :: MediaFile brand -> ByteString Source #

Generate a lazy ByteString with the contents of a MediaFile