|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.audio.AudioBuffer
public class AudioBuffer
Represents a chunk of sound data. This is a lower level class that users will not generally use directly.
Constructor Summary | |
---|---|
AudioBuffer()
|
Method Summary | |
---|---|
int |
getBitRate()
|
int |
getChannels()
|
int |
getDepth()
|
float |
getLength()
|
void |
setup(java.nio.ByteBuffer data,
int channels,
int bitRate,
float length,
int depth)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AudioBuffer()
Method Detail |
---|
public void setup(java.nio.ByteBuffer data, int channels, int bitRate, float length, int depth)
public float getLength()
public int getBitRate()
public int getChannels()
public int getDepth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |