| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.ByteString.IsoBaseFileFormat.Boxes.DataInformation
Description
Data information container declare the location of media information of a
Track the actual location are stored in DataReferences.
Synopsis
- data DataInformation
- dataInformation :: Boxes ts -> Box (ContainerBox DataInformation ts)
Documentation
data DataInformation Source #
Data information box phantom type.
Instances
| IsBox DataInformation Source # | |
Defined in Data.ByteString.IsoBaseFileFormat.Boxes.DataInformation Associated Types type BoxContent DataInformation :: Type Source # Methods toBoxType :: proxy DataInformation -> BoxType Source # | |
| type BoxContent DataInformation Source # | |
| type BoxTypeSymbol DataInformation Source # | |
dataInformation :: Boxes ts -> Box (ContainerBox DataInformation ts) Source #
Compose a DataInformation box.