public class AudioRecordJNI
extends java.lang.Object
Constructor and Description |
---|
AudioRecordJNI(long nativeHandler) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
boolean |
init(int sampleRate,
int channel,
int mediaFormat,
boolean enableHWOptimize) |
boolean |
pause() |
boolean |
resume() |
void |
setMute(boolean mute) |
boolean |
start() |
boolean |
stop() |