public enum MixAudioAecType extends java.lang.Enum<MixAudioAecType>
| Enum Constant and Description |
|---|
TYPE_AEC_SOFT
aec algorithm
|
TYPE_NONE
close
|
| Modifier and Type | Method and Description |
|---|---|
static MixAudioAecType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MixAudioAecType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MixAudioAecType TYPE_NONE
public static final MixAudioAecType TYPE_AEC_SOFT
public static MixAudioAecType[] values()
for (MixAudioAecType c : MixAudioAecType.values()) System.out.println(c);
public static MixAudioAecType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null