Package | Description |
---|---|
net.sourceforge.jaad.mp4.boxes.impl | |
net.sourceforge.jaad.mp4.od |
Modifier and Type | Method and Description |
---|---|
Descriptor[] |
IPMPControlBox.getIPMPDescriptors()
The list of contained IPMP Descriptors.
|
Descriptor |
ObjectDescriptorBox.getObjectDescriptor() |
Descriptor |
IPMPControlBox.getToolList()
The toollist is an IPMP ToolListDescriptor as defined in ISO/IEC 14496-1.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Descriptor> |
IPMPInfoBox.getIPMPDescriptors()
The contained list of IPMP descriptors.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoderConfigDescriptor
The
DecoderConfigDescriptor provides information about the
decoder type and the required decoder resources needed for the associates
elementary stream. |
class |
DecoderSpecificInfo
The
DecoderSpecificInfo constitutes an opaque container with
information for a specific media decoder. |
class |
ESDescriptor
The ESDescriptor conveys all information related to a particular elementary
stream and has three major parts:
The first part consists of the ES_ID which is a unique reference to the
elementary stream within its name scope, a mechanism to group elementary
streams within this Descriptor and an optional URL String.
|
class |
InitialObjectDescriptor
The
InitialObjectDescriptor is a variation of the
ObjectDescriptor that shall be used to gain initial access to
content. |
class |
ObjectDescriptor
The
ObjectDescriptor consists of three different parts:
The first part uniquely labels the ObjectDescriptor within its
name scope by means of an ID. |
class |
SLConfigDescriptor |
class |
UnknownDescriptor
This class is used if any unknown Descriptor is found in a stream.
|
Modifier and Type | Method and Description |
---|---|
static Descriptor |
Descriptor.createDescriptor(MP4InputStream in) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Descriptor> |
Descriptor.getChildren() |