isobmff-builder-0.11.3.0: A (bytestring-) builder for the ISO-14496-12 base media file format

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes.DataEntryUrl

Description

A data references URL.

Synopsis

Documentation

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.