org.iso.mpeg.mpegj
Interface ESDescriptor


public interface ESDescriptor

interface for ESDescriptor


Method Summary
 DecoderConfigDescriptor getDecoderConfigDescriptor()
          Returns the decoder config Descriptor
 int getdependsOn_ESID()
          Returns the ESID of another elementary stream on which this elementary stream depends.
 int getESID()
          Returns the ID associated with this ESdescriptor
 int getStreamPriority()
          Returns the relative measure for the priority of this stream.
 boolean isStreamDependent()
          Returns whether this elementary stream depends another elementary stream
 

Method Detail

getESID

public int getESID()
Returns the ID associated with this ESdescriptor
Returns:
ESID

isStreamDependent

public boolean isStreamDependent()
Returns whether this elementary stream depends another elementary stream
Returns:
true or false

getdependsOn_ESID

public int getdependsOn_ESID()
Returns the ESID of another elementary stream on which this elementary stream depends.
Returns:
ESID or -1 if the stream is not dependent on another

getStreamPriority

public int getStreamPriority()
Returns the relative measure for the priority of this stream. An elementary stream with higher stream priority is more important than one with a lower stream priority.
Returns:
priority

getDecoderConfigDescriptor

public DecoderConfigDescriptor getDecoderConfigDescriptor()
Returns the decoder config Descriptor
Returns:
DecoderConfigDescriptor