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

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes.MovieExtends

Contents

Description

Indicate the possibility of MovieFragment boxes in the current file; the total samples are comprised of those fragments, so they must be parsed by the player.

Synopsis

mvex Box

movieExtends :: Boxes ts -> Box (ContainerBox MovieExtends ts) Source #

Indicate that the media fragmented; more detailed info is obtained by the extra boxes contained in this box, e.g. the MovieExtendsHeader or the TrackExtends boxes.

data MovieExtends Source #

Phantom type to indicate mvex boxes, see ISO-14496-12 8.8.1