org.iso.mpeg.mpegj
Interface DecoderConfigDescriptor


public interface DecoderConfigDescriptor

interface for DecoderConfigDescriptor


Method Summary
 int getavgBitRate()
          Returns average bitrate in bits per second of this elementary stream
 int getBuffersizeDB()
          Returns the size of the decoding buffer for this elementary stream in byte
 int getmaxBitrate()
          Returns the maximum bitrate in bits/second of this elementary stream
 int getObjectTypeIndication()
          Returns the indication of the object or scene description type
 int getStreamType()
          Returns the type of this elementary stream
 

Method Detail

getStreamType

public int getStreamType()
Returns the type of this elementary stream
Returns:
stream type value

getavgBitRate

public int getavgBitRate()
Returns average bitrate in bits per second of this elementary stream
Returns:
average bit rate

getBuffersizeDB

public int getBuffersizeDB()
Returns the size of the decoding buffer for this elementary stream in byte
Returns:
size of the buffer

getmaxBitrate

public int getmaxBitrate()
Returns the maximum bitrate in bits/second of this elementary stream
Returns:
maximum bitrate

getObjectTypeIndication

public int getObjectTypeIndication()
Returns the indication of the object or scene description type
Returns:
value representing the object or scene description type that needs to be supported by the decoder for this elementary stream