public interface Recorder
Modifier and Type | Interface and Description |
---|---|
static interface |
Recorder.OnSilenceListener
Interface definition for a callback to be invoked when a silence is measured.
|
Modifier and Type | Method and Description |
---|---|
void |
pauseRecording() |
void |
resumeRecording() |
void |
startRecording() |
void |
stopRecording() |