|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzombie.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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int channels
public java.nio.ByteBuffer data
public int rate
| Constructor Detail |
|---|
public OggData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||