Maven module :un.storage : media-mpeg4 :
Class : un.storage.media.mp4.boxes.impl.ChapterBox
Extends/Implements : un.storage.media.mp4.boxes.FullBox
Subclasses : -

The chapter box allows to specify individual chapters along the main timeline
of a movie. The chapter box occurs within a movie box.
Defined in "Adobe Video File Format Specification v10".

@author Alexander Simm


Variables : -
Functions : ChapterBox, decode, getChapters



public void ChapterBox ()

public void decode (MP4InputStream in)


Returns a map that maps the timestamp of each chapter to its name.
return  the chapters
public Map getChapters ()