| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
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
- movieExtends :: Boxes ts -> Box (ContainerBox MovieExtends ts)
- data MovieExtends
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
Instances
| IsBox MovieExtends Source # | |
Defined in Data.ByteString.IsoBaseFileFormat.Boxes.MovieExtends Associated Types type BoxContent MovieExtends :: Type Source # Methods toBoxType :: proxy MovieExtends -> BoxType Source # | |
| type BoxContent MovieExtends Source # | |
| type BoxTypeSymbol MovieExtends Source # | |