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

The IPMP Control Box may contain IPMP descriptors which may be referenced by
any stream in the file.
The IPMP ToolListDescriptor is defined in ISO/IEC 14496-1, which conveys the
list of IPMP tools required to access the media streams in an ISO Base Media
File or meta-box, and may include a list of alternate IPMP tools or
parametric descriptions of tools required to access the content.
The presence of IPMP Descriptor in this IPMPControlBox indicates that media
streams within the file or meta-box are protected by the IPMP Tool described
in the IPMP Descriptor. More than one IPMP Descriptors can be carried here,
if there are more than one IPMP Tools providing the global governance.
author  Alexander Simm


Variables : -
Functions : IPMPControlBox, decode, getToolList, getIPMPDescriptors



public void IPMPControlBox ()

public void decode (MP4InputStream in)


The toollist is an IPMP ToolListDescriptor as defined in ISO/IEC 14496-1.
return  the toollist
public Descriptor getToolList ()


The list of contained IPMP Descriptors.
return  the IPMP descriptors
public Descriptor[] getIPMPDescriptors ()