Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.ByteString.IsoBaseFileFormat.Boxes.ProgressiveDownloadInformation
Synopsis
- data ProgressiveDownload
- type ProgressiveDownloadContent = U32 "rate" :+ U32 "delay"
- pdinBox :: ProgressiveDownloadContent -> Box (FullBox ProgressiveDownload 0)
Documentation
data ProgressiveDownload Source #
A Box with progressive download information
Instances
IsBox ProgressiveDownload Source # | |
Defined in Data.ByteString.IsoBaseFileFormat.Boxes.ProgressiveDownloadInformation Associated Types type BoxContent ProgressiveDownload :: Type Source # Methods toBoxType :: proxy ProgressiveDownload -> BoxType Source # | |
type BoxContent ProgressiveDownload Source # | |
type BoxTypeSymbol ProgressiveDownload Source # | |
type ProgressiveDownloadContent = U32 "rate" :+ U32 "delay" Source #
Information for progressive media data download/playback encompasses the delay for initial playback and expected download bit rate.
pdinBox :: ProgressiveDownloadContent -> Box (FullBox ProgressiveDownload 0) Source #
Construct a pdin
box.