| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
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
- data SampleTable = SampleTable
- sampleTable :: Boxes ts -> Box (ContainerBox SampleTable ts)
Documentation
data SampleTable Source #
A sample table contains no fieds.
Constructors
| SampleTable |
Instances
| IsBox SampleTable Source # | |
Defined in Data.ByteString.IsoBaseFileFormat.Boxes.SampleTable Associated Types type BoxContent SampleTable :: Type Source # Methods toBoxType :: proxy SampleTable -> BoxType Source # | |
| type BoxContent SampleTable Source # | |
| type BoxTypeSymbol SampleTable Source # | |
sampleTable :: Boxes ts -> Box (ContainerBox SampleTable ts) Source #
Create a hint media header data box.