public class RecorderConfig
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RecorderConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
int |
audioSource
audio source
|
int |
intervalTime
录音机采集数据间隔
|
int |
recorderType
录音类型
默认
TYPE_COMMON_MIC |
static int |
TYPE_COMMON_ECHO
echo模式,获取双通道音频(包含一路参考音)
|
static int |
TYPE_COMMON_MIC
单麦模式,获取单通道音频
|
| Constructor and Description |
|---|
RecorderConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAudioSource() |
int |
getIntervalTime() |
int |
getRecorderType() |
public int intervalTime
public int audioSource
public int recorderType
TYPE_COMMON_MICpublic static final int TYPE_COMMON_MIC
public static final int TYPE_COMMON_ECHO