|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AudioDeviceType>
org.virtualbox_7_0.AudioDeviceType
public enum AudioDeviceType
Audio device type enumeration. Interface ID: {95457071-EF88-45A9-8416-FC05B08731D2}
Enum Constant Summary | |
---|---|
BuiltLin
Built-in device (cannot be removed). |
|
ExternalOther
External device, connected via some other method. |
|
ExternalUSB
External device, connected via USB. |
|
Unknown
Device type is unknown / cannot be determined |
Method Summary | |
---|---|
static AudioDeviceType |
fromValue(long v)
|
static AudioDeviceType |
fromValue(java.lang.String v)
|
int |
value()
|
static AudioDeviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AudioDeviceType[] |
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 AudioDeviceType Unknown
public static final AudioDeviceType BuiltLin
public static final AudioDeviceType ExternalUSB
public static final AudioDeviceType ExternalOther
Method Detail |
---|
public static AudioDeviceType[] values()
for (AudioDeviceType c : AudioDeviceType.values()) System.out.println(c);
public static AudioDeviceType 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 AudioDeviceType fromValue(long v)
public static AudioDeviceType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |