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

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 #