| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Data.ByteString.Mp4.Boxes.SyncLayerConfigDescriptor
Documentation
data Mp4SyncLayerDescriptor :: Extends (Descriptor SLConfigDescr) Source #
Instances
| type From Mp4SyncLayerDescriptor Source # | In the holy scripture, ISO-14496-14 section 3.1.2, it is written that there shall be restrictions on the elementary stream descriptor, in there it says: Thou shall use only two as the value for the predefined field in the blessed SLDescriptor. Not one, this is a value not big enough, nor three, this value is too much. The righteous one ever only uses two. Only a fool will use 257.  | 
Defined in Data.ByteString.Mp4.Boxes.SyncLayerConfigDescriptor type From Mp4SyncLayerDescriptor = (MkDescriptor (BitRecordMember (("predefined" @: FieldU8) := 2)) :: Descriptor SLConfigDescr)  | |