Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.ByteString.IsoBaseFileFormat.Boxes.ProgressiveDownloadInformation
- data ProgressiveDownload
- type ProgressiveDownloadContent = U32 "rate" :+ U32 "delay"
- pdinBox :: ValidBox brand ProgressiveDownload => ProgressiveDownloadContent -> Box brand ProgressiveDownload
Documentation
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 :: ValidBox brand ProgressiveDownload => ProgressiveDownloadContent -> Box brand ProgressiveDownload Source #
Construct a pdin
box.