| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.ByteString.IsoBaseFileFormat.Boxes.MediaInformation
Description
Media information container for all boxes declaring the specific
technicalities of the media data associated with a Track.
Synopsis
- data MediaInformation
- mediaInformation :: Boxes ts -> Box (ContainerBox MediaInformation ts)
Documentation
data MediaInformation Source #
Media information box type.
Instances
| IsBox MediaInformation Source # | |
Defined in Data.ByteString.IsoBaseFileFormat.Boxes.MediaInformation Associated Types type BoxContent MediaInformation :: Type Source # Methods toBoxType :: proxy MediaInformation -> BoxType Source # | |
| type BoxContent MediaInformation Source # | |
| type BoxTypeSymbol MediaInformation Source # | |
mediaInformation :: Boxes ts -> Box (ContainerBox MediaInformation ts) Source #
Compose a MediaInformation box.