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

Safe HaskellNone
LanguageHaskell2010

Data.ByteString.IsoBaseFileFormat.Boxes.Handler

Description

A Handler box describes how a track is presentation and by which sensory process it is perceived, e.g. audio, video, text, see HandlerType

Synopsis

Documentation

newtype Handler where Source #

Handler box fields. A handler box may also contain a null terminated description text in UTF-8.

Constructors

Handler :: (Constant (U32 "pre_defined") 0 :+ (HandlerType :+ (Constant (U32Arr "reserved" 3) '[0, 0, 0] :+ Template Text ""))) -> Handler 

handler :: Handler -> Box (FullBox Handler 0) Source #

Create a Handler box.