| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.ByteString.IsoBaseFileFormat.Boxes.ProgressiveDownloadInformation
Contents
Documentation
type ProgressiveDownloadInformationBox = Box "pdin" Source #
A Box with progressive download information
progressiveDownloadInformationBox :: ProgressiveDownloadInformation -> ProgressiveDownloadInformationBox Source #
Create a pdin box
data ProgressiveDownloadInformation Source #
Information for progressive media data download/playback encompasses the delay for initial playback and expected download bit rate.
Constructors
| ProgressiveDownloadInformation | |
Instances