|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RecordVideoRateControlMode>
org.virtualbox_6_0.RecordVideoRateControlMode
public enum RecordVideoRateControlMode
Recording video rate control mode enumeration. Interface ID: {11F99274-835F-4F2C-86A5-F8DF8999C21A}
Enum Constant Summary | |
---|---|
CBR
Constant bit rate (CBR). |
|
VBR
Variable bit rate (VBR). |
Method Summary | |
---|---|
static RecordVideoRateControlMode |
fromValue(long v)
|
static RecordVideoRateControlMode |
fromValue(java.lang.String v)
|
int |
value()
|
static RecordVideoRateControlMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RecordVideoRateControlMode[] |
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 RecordVideoRateControlMode CBR
public static final RecordVideoRateControlMode VBR
Method Detail |
---|
public static RecordVideoRateControlMode[] values()
for (RecordVideoRateControlMode c : RecordVideoRateControlMode.values()) System.out.println(c);
public static RecordVideoRateControlMode 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 RecordVideoRateControlMode fromValue(long v)
public static RecordVideoRateControlMode fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |