isobmff-builder-0.3.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 

skipBox :: Skip -> Box' Skip Source #

Create a Skip with a given size.