Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.ByteString.IsoBaseFileFormat.Boxes.SegmentType
Synopsis
- segmentTypeBox :: SegmentType -> Box SegmentType
- data SegmentType = SegmentType {
- majorBrand :: !FourCc
- minorVersion :: !Word32
- compatibleBrands :: ![FourCc]
Documentation
segmentTypeBox :: SegmentType -> Box SegmentType Source #
Create a SegmentTypeBox
from a major brand, a minor version and a list of
compatible brands
data SegmentType Source #
Contents of a styp
box are some FourCc
brands and a version.
Constructors
SegmentType | |
Fields
|
Instances
IsBoxContent SegmentType Source # | |
IsBox SegmentType Source # | Segment Type Box |
Defined in Data.ByteString.IsoBaseFileFormat.Boxes.SegmentType Associated Types type BoxContent SegmentType :: Type Source # Methods toBoxType :: proxy SegmentType -> BoxType Source # | |
type BoxContent SegmentType Source # | |
type BoxTypeSymbol SegmentType Source # | |