isobmff-builder-0.2.0.1: A (bytestring-) builder for the ISO base media file format ISO-14496-12

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes.Skip

Contents

Synopsis

Documentation

type SkipBox = Box "skip" Source #

A filler box, the contents are skipped

skipBox :: Skip -> SkipBox Source #

Create a SkipBox with a given size.

newtype Skip Source #

Contents of a skip box are just any number of filler bytes.

Constructors

Skip Int 

Orphan instances

BoxRules Symbol "skip" 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 #