Class AudioBuffer
java.lang.Object
javaforce.media.AudioBuffer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AudioBuffer
public AudioBuffer(int freq, int chs, int seconds)
-
-
Method Details
-
add
public void add(short[] in, int pos, int len) -
get
public boolean get(short[] out, int pos, int len) -
size
public int size()Returns # samples in buffer -
clear
public void clear()
-