public enum AspectRatioMode extends java.lang.Enum<AspectRatioMode>
VMR_ASPECT_RATIO_MODE
enumeration.Modifier and Type | Method and Description |
---|---|
static AspectRatioMode |
getMode(int value) |
int |
getValue() |
static AspectRatioMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AspectRatioMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AspectRatioMode None
public static final AspectRatioMode LetterBox
public static AspectRatioMode[] values()
for (AspectRatioMode c : AspectRatioMode.values()) System.out.println(c);
public static AspectRatioMode 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 namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static AspectRatioMode getMode(int value)