public static enum LVConstants.Audio3AMode extends java.lang.Enum<LVConstants.Audio3AMode>
| Enum Constant and Description |
|---|
DISABLE
关闭
|
HARDWARE
优先使用硬件3A
|
SOFTWARE
只使用软件3A
|
| Modifier and Type | Method and Description |
|---|---|
static LVConstants.Audio3AMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LVConstants.Audio3AMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LVConstants.Audio3AMode DISABLE
public static final LVConstants.Audio3AMode HARDWARE
public static final LVConstants.Audio3AMode SOFTWARE
public static LVConstants.Audio3AMode[] values()
for (LVConstants.Audio3AMode c : LVConstants.Audio3AMode.values()) System.out.println(c);
public static LVConstants.Audio3AMode 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