| 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.
- newtype SampleDescription handlerType = SampleDescription (U32 "entry_count")
- sampleDescription :: KnownNat (Length ts) => Boxes ts -> Box (ContainerBox (FullBox (SampleDescription h) 0) ts)
Documentation
newtype SampleDescription handlerType Source #
A sample table contains no fieds.
Constructors
| SampleDescription (U32 "entry_count") |
Instances
| Default (SampleDescription k handlerType) Source # | |
| IsBoxContent (SampleDescription k handlerType) Source # | |
| IsBox (SampleDescription k h) Source # | |
| type BoxTypeSymbol * (SampleDescription k h) Source # | |
| type BoxContent (SampleDescription k h) Source # | |
sampleDescription :: KnownNat (Length ts) => Boxes ts -> Box (ContainerBox (FullBox (SampleDescription h) 0) ts) Source #
Create a hint media header data box.