| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Data.ByteString.IsoBaseFileFormat.Boxes.SampleDescription
Description
Detailed information about the coced, as well as coding specific
 initialization. Depending on the Trak media type different kinds of sample
 entry boxes are entailed.
Synopsis
- newtype SampleDescription = SampleDescription (U32 "entry_count")
 - sampleDescription :: KnownNat (Length ts) => Boxes ts -> Box (ContainerBox (FullBox SampleDescription 0) ts)
 
Documentation
newtype SampleDescription Source #
A sample table contains no fieds.
Constructors
| SampleDescription (U32 "entry_count") | 
Instances
| Default SampleDescription Source # | |
Defined in Data.ByteString.IsoBaseFileFormat.Boxes.SampleDescription Methods  | |
| IsBoxContent SampleDescription Source # | |
Defined in Data.ByteString.IsoBaseFileFormat.Boxes.SampleDescription Methods boxSize :: SampleDescription -> BoxSize Source #  | |
| IsBox SampleDescription Source # | |
Defined in Data.ByteString.IsoBaseFileFormat.Boxes.SampleDescription Associated Types type BoxContent SampleDescription :: Type Source # Methods toBoxType :: proxy SampleDescription -> BoxType Source #  | |
| type BoxContent SampleDescription Source # | |
| type BoxTypeSymbol SampleDescription Source # | |
sampleDescription :: KnownNat (Length ts) => Boxes ts -> Box (ContainerBox (FullBox SampleDescription 0) ts) Source #
Create a hint media header data box.