isobmff-0.14.0.0: A parser and generator for the ISO-14496-12/14 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 ByteString 

skipBox :: Skip -> Box Skip Source #

Create a Skip with a given size.