|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.sound.drivers.joal.SoundBufferImpl
public class SoundBufferImpl
JOAL implementation of SoundBuffer.
| Field Summary | |
|---|---|
protected SoundDriverImpl |
driver
|
protected int |
handle
|
| Constructor Summary | |
|---|---|
protected |
SoundBufferImpl(SoundDriverImpl driver)
|
| Method Summary | |
|---|---|
void |
setData(BufferFormat format,
int size,
int frequency,
java.nio.ByteBuffer data)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SoundDriverImpl driver
protected int handle
| Constructor Detail |
|---|
protected SoundBufferImpl(SoundDriverImpl driver)
| Method Detail |
|---|
public void setData(BufferFormat format,
int size,
int frequency,
java.nio.ByteBuffer data)
setData in interface SoundBuffer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||