|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AudioDirection>
org.virtualbox_7_0.AudioDirection
public enum AudioDirection
Audio direction enumeration. Interface ID: {F27D209B-040C-4AE9-BEAE-85F9693CA07A}
Enum Constant Summary | |
---|---|
Duplex
Duplex (Recording + Playback). |
|
In
Input (Recording). |
|
Out
Output (Playback). |
|
Unknown
Direction cannot be determined. |
Method Summary | |
---|---|
static AudioDirection |
fromValue(long v)
|
static AudioDirection |
fromValue(java.lang.String v)
|
int |
value()
|
static AudioDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AudioDirection[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AudioDirection Unknown
public static final AudioDirection In
public static final AudioDirection Out
public static final AudioDirection Duplex
Method Detail |
---|
public static AudioDirection[] values()
for (AudioDirection c : AudioDirection.values()) System.out.println(c);
public static AudioDirection 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 name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static AudioDirection fromValue(long v)
public static AudioDirection fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |