public static class AgoraRtcService.RtcAudioProcessOption
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
enableAec
whether to enable uplink aec
|
boolean |
enableAudioProcess
whether to enable audio process
|
boolean |
enableDownlinkAec
whether to enable downlink aec
|
boolean |
enableDumpData
whether to dump audio data from audio process
|
boolean |
enableNs
whether to enable ns
|
boolean |
refDataFromSdk
reference data from sdk
|
Constructor and Description |
---|
RtcAudioProcessOption() |
public boolean enableAudioProcess
public boolean enableAec
public boolean enableDownlinkAec
public boolean enableNs
public boolean refDataFromSdk
public boolean enableDumpData