|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RecordingCodecDeadline>
org.virtualbox_7_0.RecordingCodecDeadline
public enum RecordingCodecDeadline
Recording codec deadline.
How (and if at all) this deadline is being implemented depends on the codec being used.
Interface ID: {53627AE1-31CF-4303-9CD5-0C22FD2637CF}
Enum Constant Summary | |
---|---|
Best
Best quality, slowest. |
|
Default
Default deadline. |
|
Good
Balance between realtime and best deadline. |
|
Realtime
Realtime quality, often resulting in poor / basic quality. |
Method Summary | |
---|---|
static RecordingCodecDeadline |
fromValue(long v)
|
static RecordingCodecDeadline |
fromValue(java.lang.String v)
|
int |
value()
|
static RecordingCodecDeadline |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RecordingCodecDeadline[] |
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 RecordingCodecDeadline Default
public static final RecordingCodecDeadline Realtime
public static final RecordingCodecDeadline Good
public static final RecordingCodecDeadline Best
Method Detail |
---|
public static RecordingCodecDeadline[] values()
for (RecordingCodecDeadline c : RecordingCodecDeadline.values()) System.out.println(c);
public static RecordingCodecDeadline 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 RecordingCodecDeadline fromValue(long v)
public static RecordingCodecDeadline fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |