Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data ProgressiveDownload
- type ProgressiveDownloadContent = U32 "rate" :+ U32 "delay"
- pdinBox :: ValidBox brand ProgressiveDownload => ProgressiveDownloadContent -> Box brand ProgressiveDownload
Documentation
data ProgressiveDownload Source #
A Box with progressive download information
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.