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

For a given handler, the primary data may be one of the referenced items when
it is desired that it be stored elsewhere, or divided into extents; or the
primary metadata may be contained in the meta-box (e.g. in an XML box).
Either this box must occur, or there must be a box within the meta-box (e.g.
an XML box) containing the primary information in the format required by the
identified handler.
author  Alexander Simm


Variables : -
Functions : PrimaryItemBox, decode, getItemID



public void PrimaryItemBox ()

public void decode (MP4InputStream in)


The item ID is the identifier of the primary item.
return  the item ID
public int getItemID ()