Package fmod
Class FMODSoundBuffer
java.lang.Object
fmod.FMODSoundBuffer
public class FMODSoundBuffer
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description FMODSoundBuffer(long sound) -
Method Summary
Modifier and Type Method Description byte[]buf()booleanget_interror()longget_loudness()longget_size()longget_vad()booleanpull(long current)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FMODSoundBuffer
public FMODSoundBuffer(long sound)
-
-
Method Details
-
pull
public boolean pull(long current) -
buf
public byte[] buf() -
get_size
public long get_size() -
get_vad
public long get_vad() -
get_loudness
public long get_loudness() -
get_interror
public boolean get_interror()
-