|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.newdawn.slick.openal.OggData
public class OggData
Data describing the sounds in a OGG file
Field Summary | |
---|---|
int |
channels
The number of channels in the sound file |
java.nio.ByteBuffer |
data
The data that has been read from the OGG file |
int |
rate
The sampling rate |
Constructor Summary | |
---|---|
OggData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.nio.ByteBuffer data
public int rate
public int channels
Constructor Detail |
---|
public OggData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |