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

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes.Skip

Description

A filler box with a specific size.

Synopsis

Documentation

newtype Skip Source #

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

Constructors

Skip Int 

Instances

skipBox :: ValidBox brand Skip => Skip -> Box brand Skip Source #

Create a Skip with a given size.