Maven module :un.storage : media-mpeg4 :
Class :
un.storage.media.mp4.desc.ESDescriptor
Extends/Implements :
un.storage.media.mp4.desc.Descriptor
Subclasses : -
Variables : -
Functions :
decode,
getES_ID,
hasStreamDependency,
getDependingOnES_ID,
isURLPresent,
getURL,
getStreamPriority
void
decode (MP4InputStream in)
public int
getES_ID ()
public boolean
hasStreamDependency ()
public int
getDependingOnES_ID ()
public boolean
isURLPresent ()
public String
getURL ()
public int
getStreamPriority ()
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.
The second part is a set of optional extension descriptors that support the
inclusion of future extensions as well as the transport of private data in a
backward compatible way.
The third part consists of the DecoderConfigDescriptor, SLConfigDescriptor,
IPIDescriptor and QoSDescriptor which convey the parameters and requirements
of the elementary stream.
author Alexander Simm