isobmff-0.14.0.0: A parser and generator for the ISO-14496-12/14 base media file format

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes.SampleTable

Description

Time and indexing information for the media samples in a track,a sample table can reference DataReference boxes via a SampleTableDescription.

  • *NOTE** A sample referes to a **frame** e.g. a video frame frame or a block of audio samples.
Synopsis

Documentation

data SampleTable Source #

A sample table contains no fieds.

Constructors

SampleTable 

sampleTable :: Boxes ts -> Box (ContainerBox SampleTable ts) Source #

Create a hint media header data box.