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