|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.newdawn.slick.openal.OggDecoder
public class OggDecoder
Decode an OGG file to PCM data
Constructor Summary | |
---|---|
OggDecoder()
Create a new OGG decoder |
Method Summary | |
---|---|
OggData |
getData(java.io.InputStream input)
Get the data out of an OGG file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OggDecoder()
Method Detail |
---|
public OggData getData(java.io.InputStream input) throws java.io.IOException
input
- The input stream from which to read the OGG file
java.io.IOException
- Indicaites a failure to read the OGG file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |