|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RecordingVideoScalingMode>
org.virtualbox_7_0.RecordingVideoScalingMode
public enum RecordingVideoScalingMode
Recording video scaling method enumeration. Interface ID: {0DD1127D-4F62-4B82-BEEE-91086A9F1D24}
Enum Constant Summary | |
---|---|
Bicubic
Performs scaling via bicubic interpolation. |
|
Bilinear
Performs scaling via bilinear interpolation. |
|
NearestNeighbor
Performs scaling via nearest-neighbor interpolation. |
|
None
No scaling performed. |
Method Summary | |
---|---|
static RecordingVideoScalingMode |
fromValue(long v)
|
static RecordingVideoScalingMode |
fromValue(java.lang.String v)
|
int |
value()
|
static RecordingVideoScalingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RecordingVideoScalingMode[] |
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 RecordingVideoScalingMode None
public static final RecordingVideoScalingMode NearestNeighbor
public static final RecordingVideoScalingMode Bilinear
public static final RecordingVideoScalingMode Bicubic
Method Detail |
---|
public static RecordingVideoScalingMode[] values()
for (RecordingVideoScalingMode c : RecordingVideoScalingMode.values()) System.out.println(c);
public static RecordingVideoScalingMode 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 RecordingVideoScalingMode fromValue(long v)
public static RecordingVideoScalingMode fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |