Safe Haskell | None |
---|---|
Language | Haskell2010 |
A data references URL.
- 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
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.