public static enum Constants.videoOrientation extends java.lang.Enum<Constants.videoOrientation>
| Enum Constant and Description |
|---|
VIDEO_ORIENTATION_0 |
VIDEO_ORIENTATION_180 |
VIDEO_ORIENTATION_270 |
VIDEO_ORIENTATION_90 |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static int |
getValue(Constants.videoOrientation orientation) |
static Constants.videoOrientation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.videoOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.videoOrientation VIDEO_ORIENTATION_0
public static final Constants.videoOrientation VIDEO_ORIENTATION_90
public static final Constants.videoOrientation VIDEO_ORIENTATION_180
public static final Constants.videoOrientation VIDEO_ORIENTATION_270
public static Constants.videoOrientation[] values()
for (Constants.videoOrientation c : Constants.videoOrientation.values()) System.out.println(c);
public static Constants.videoOrientation 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 int getValue(Constants.videoOrientation orientation)