isobmff-builder-0.9.0.0: A (bytestring-) builder for the ISO-14496-12 base media file format
Data.ByteString.IsoBaseFileFormat.Boxes.Skip
Description
A filler box with a specific size.
Synopsis
newtype Skip Source #
Contents of a skip box are just any number of filler bytes.
skip
Constructors
Instances
Methods
boxSize :: Skip -> BoxSize Source #
boxBuilder :: Skip -> Builder Source #
Associated Types
type BoxContent Skip (t :: Skip) :: * Source #
toBoxType :: proxy t -> BoxContent Skip t -> BoxType Source #
skipBox :: ValidBox brand Skip => Skip -> Box brand Skip Source #
Create a Skip with a given size.
Skip