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

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes.ProgressiveDownloadInformation

Contents

Synopsis

Documentation

type ProgressiveDownloadInformationBox = Box "pdin" Source #

A Box with progressive download information

data ProgressiveDownloadInformation Source #

Information for progressive media data download/playback encompasses the delay for initial playback and expected download bit rate.

Constructors

ProgressiveDownloadInformation 

Fields

Orphan instances

BoxRules Symbol "pdin" Source # 

Associated Types

type RestrictedTo "pdin" (t :: "pdin") :: Maybe [k] Source #

type IsTopLevelBox "pdin" (t :: "pdin") :: Bool Source #

type RequiredNestedBoxes "pdin" (t :: "pdin") :: [k] Source #

type GetCardinality "pdin" (t :: "pdin") (c :: "pdin") :: Cardinality Source #