|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.neoworks.mpeg.MPEGStream
This class parses an MPEG audio bitstream and represents the resulting MPEG data "file".
Constructor Summary | |
MPEGStream(java.io.InputStream in)
Public constructor |
Method Summary | |
void |
close()
Close the source stream |
long |
getPlayingTime()
Get the playing time in milliseconds for this MPEG Stream |
MPEGFrame |
readFrame()
Reads and parses the next frame from the input source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MPEGStream(java.io.InputStream in)
in
- The InputStream to read data fromMethod Detail |
public long getPlayingTime()
public MPEGFrame readFrame() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |