IBM Toolkit
for MPEG-4

player
Interface PlayerStreamMonitor

All Known Implementing Classes:
PlayerAudioStreamMonitor

public interface PlayerStreamMonitor

MPEG-4 Player Stream Monitor. Base interface for stream monitors.


Method Summary
 int[] getESId()
          Gets the stream's MPEG-4 ElementaryStream IDs.
 int getODId()
          Gets the stream's MPEG-4 ObjectDescriptor ID.
 

Method Detail

getODId

public int getODId()
Gets the stream's MPEG-4 ObjectDescriptor ID. In the case of where the content does not have MPEG-4 Systems this is just an internal reference. With MPEG-4 Systems this can be used to help identify the stream.

Returns:
The ODId for the stream.

getESId

public int[] getESId()
Gets the stream's MPEG-4 ElementaryStream IDs. In the case of where the content does not have MPEG-4 Systems this is just an internal reference. With MPEG-4 Systems this can be used to help identify the stream.

Returns:
The ESIds for the stream.

IBM Toolkit
for MPEG-4

© Copyright IBM Corp. 1998, 2006. All Rights Reserved.