| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.ByteString.IsoBaseFileFormat.Boxes.DataEntryUrn
Description
A table of data references (URN with optional URL.
Synopsis
- data DataEntryUrn
- dataEntryUrn :: Bool -> Text -> Text -> Box (FullBox DataEntryUrn 0)
Documentation
data DataEntryUrn Source #
A container for a URN and optionally a URL
Instances
| IsBoxContent DataEntryUrn Source # | |
| IsBox DataEntryUrn Source # | |
Defined in Data.ByteString.IsoBaseFileFormat.Boxes.DataEntryUrn Associated Types type BoxContent DataEntryUrn :: Type Source # Methods toBoxType :: proxy DataEntryUrn -> BoxType Source # | |
| type BoxContent DataEntryUrn Source # | |
| type BoxTypeSymbol DataEntryUrn Source # | |
dataEntryUrn :: Bool -> Text -> Text -> Box (FullBox DataEntryUrn 0) Source #
Create a DataEntryUrn box. The flag determines if the url is local, i.e.
the media data is in the same file.