|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RecordingFeature>
org.virtualbox_7_0.RecordingFeature
public enum RecordingFeature
Recording feature flags. More than one flag may be set. Interface ID: {A7DDC6A5-DAA8-4485-B860-E9F2E98A7794}
Enum Constant Summary | |
---|---|
Audio
Audio recording. |
|
None
No feature set. |
|
Video
Video recording. |
Method Summary | |
---|---|
static RecordingFeature |
fromValue(long v)
|
static RecordingFeature |
fromValue(java.lang.String v)
|
int |
value()
|
static RecordingFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RecordingFeature[] |
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 RecordingFeature None
public static final RecordingFeature Video
public static final RecordingFeature Audio
Method Detail |
---|
public static RecordingFeature[] values()
for (RecordingFeature c : RecordingFeature.values()) System.out.println(c);
public static RecordingFeature 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 RecordingFeature fromValue(long v)
public static RecordingFeature fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |