public class MicrophoneEncoder
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected static int |
AUDIO_FORMAT |
protected static int |
SAMPLES_PER_FRAME |
| Constructor and Description |
|---|
MicrophoneEncoder(Muxer muxer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRecording() |
void |
run() |
void |
startRecording() |
void |
stopRecording() |
protected static final int SAMPLES_PER_FRAME
protected static final int AUDIO_FORMAT
public MicrophoneEncoder(Muxer muxer)