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