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

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes.HintSampleEntry

Description

Format of the hint track as well as streaming protocol settings.

Synopsis

Documentation

newtype HintSampleEntry protocol where Source #

Protocol specific data. To create HintSampleEntrys a protocol specific HintFields instance must be provided

Constructors

HintSampleEntry :: protocol -> HintSampleEntry protocol 

Instances