Package fmod
Class SoundBuffer
java.lang.Object
fmod.SoundBuffer
public class SoundBuffer
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SoundBuffer(int int1)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Buf_Size
public int Buf_Size -
Buf_Read
public int Buf_Read -
Buf_Write
public int Buf_Write
-
-
Constructor Details
-
SoundBuffer
public SoundBuffer(int int1)
-
-
Method Details
-
get
public void get(long long1, short[] shortArray) -
push
public void push(long long1, short[] shortArray) -
push
public void push(long long1, byte[] byteArray) -
buf
public short[] buf()
-