org.iso.mpeg.mpegj
Interface ObjectDescriptor


public interface ObjectDescriptor

interface for ObjectDescriptor


Method Summary
 ESDescriptor getESDescriptor(int ESID)
          Returns the ESDescriptor associated with the given ESID
 java.util.Vector getESDescriptors()
          Returns the ESDescriptors associated with this ObjectDescriptor
 int getObjectDescriptorID()
          Returns the ID associated with this Object Descriptor
 java.lang.String getURL()
          Returns the URL String
 

Method Detail

getObjectDescriptorID

public int getObjectDescriptorID()
Returns the ID associated with this Object Descriptor
Returns:
ObjectDescriptorID

getESDescriptors

public java.util.Vector getESDescriptors()
Returns the ESDescriptors associated with this ObjectDescriptor
Returns:
vector of ESDescriptors

getESDescriptor

public ESDescriptor getESDescriptor(int ESID)
Returns the ESDescriptor associated with the given ESID
Parameters:
ESDescriptor - ID
Returns:
ESDescriptor object

getURL

public java.lang.String getURL()
Returns the URL String
Returns:
String