isobmff-builder-0.1.0.1: A (bytestring-) builder for the ISO base media file format ISO-14496-12
Data.ByteString.IsoBaseFileFormat.Boxes.Skip
Contents
Synopsis
type SkipBox = Box "skip" Source #
A filler box, the contents are skipped
skipBox :: Skip -> SkipBox Source #
Create a SkipBox with a given size.
SkipBox
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 RestrictedTo "skip" (t :: "skip") :: Maybe [k] Source #
type IsTopLevelBox "skip" (t :: "skip") :: Bool Source #
type RequiredNestedBoxes "skip" (t :: "skip") :: [k] Source #
type GetCardinality "skip" (t :: "skip") (c :: "skip") :: Cardinality Source #