| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Data.ByteString.IsoBaseFileFormat.Boxes.DataEntryUrl
Description
A data references URL.
Synopsis
- data DataEntryUrl
 - localMediaDataEntryUrl :: Box (FullBox DataEntryUrl 0)
 - dataEntryUrl :: Bool -> Maybe Text -> Box (FullBox DataEntryUrl 0)
 
Documentation
data DataEntryUrl Source #
A container for a URL or an indicator for local only media
Instances
| Default DataEntryUrl Source # | |
Defined in Data.ByteString.IsoBaseFileFormat.Boxes.DataEntryUrl Methods def :: DataEntryUrl #  | |
| IsBoxContent DataEntryUrl Source # | |
| IsBox DataEntryUrl Source # | |
Defined in Data.ByteString.IsoBaseFileFormat.Boxes.DataEntryUrl Associated Types type BoxContent DataEntryUrl :: Type Source # Methods toBoxType :: proxy DataEntryUrl -> BoxType Source #  | |
| type BoxContent DataEntryUrl Source # | |
| type BoxTypeSymbol DataEntryUrl Source # | |
localMediaDataEntryUrl :: Box (FullBox DataEntryUrl 0) Source #
Create a DataEntryUrl box for local media entry with the flag set and
 empty content.
dataEntryUrl :: Bool -> Maybe Text -> Box (FullBox DataEntryUrl 0) Source #
Create a DataEntryUrl box. The flag determines if the url is local, i.e.
 the media data is in the same file.