Maven module :un.storage : media-mpeg4 :
Class :
un.storage.media.mp4.desc.ObjectDescriptor
Extends/Implements :
un.storage.media.mp4.desc.Descriptor
Subclasses : -
Variables : -
Functions :
decode,
getObjectDescriptorID,
isURLPresent,
getURL
void
decode (MP4InputStream in)
public int
getObjectDescriptorID ()
public boolean
isURLPresent ()
public String
getURL ()
ObjectDescriptorconsists of three different parts:The first part uniquely labels the
ObjectDescriptorwithin itsname scope by means of an ID. Media objects in the scene description use this
ID to refer to their object descriptor. An optional URL String indicates that
the actual object descriptor resides at a remote location.
The second part is a set of optional descriptors that support the inclusion
if future extensions as well as the transport of private data in a backward
compatible way.
The third part consists of a list of
ESDescriptors, eachproviding parameters for a single elementary stream that relates to the media
object as well as an optional set of object content information descriptors.
author Alexander Simm