public static enum AdvancedAudioOptions.AudioProcessingChannelsEnum extends java.lang.Enum<AdvancedAudioOptions.AudioProcessingChannelsEnum>
Enum Constant and Description |
---|
AGORA_AUDIO_MONO_PROCESSING |
AGORA_AUDIO_STEREO_PROCESSING |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static AdvancedAudioOptions.AudioProcessingChannelsEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdvancedAudioOptions.AudioProcessingChannelsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvancedAudioOptions.AudioProcessingChannelsEnum AGORA_AUDIO_MONO_PROCESSING
public static final AdvancedAudioOptions.AudioProcessingChannelsEnum AGORA_AUDIO_STEREO_PROCESSING
public static AdvancedAudioOptions.AudioProcessingChannelsEnum[] values()
for (AdvancedAudioOptions.AudioProcessingChannelsEnum c : AdvancedAudioOptions.AudioProcessingChannelsEnum.values()) System.out.println(c);
public static AdvancedAudioOptions.AudioProcessingChannelsEnum 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 nullpublic int getValue()