public static enum VideoConstant.WaterMarkOrigin extends java.lang.Enum<VideoConstant.WaterMarkOrigin>
| Enum Constant and Description |
|---|
LeftBottom |
LeftTop |
RightBottom |
RightTop |
| Modifier and Type | Method and Description |
|---|---|
static VideoConstant.WaterMarkOrigin |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoConstant.WaterMarkOrigin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoConstant.WaterMarkOrigin LeftTop
public static final VideoConstant.WaterMarkOrigin LeftBottom
public static final VideoConstant.WaterMarkOrigin RightTop
public static final VideoConstant.WaterMarkOrigin RightBottom
public static VideoConstant.WaterMarkOrigin[] values()
for (VideoConstant.WaterMarkOrigin c : VideoConstant.WaterMarkOrigin.values()) System.out.println(c);
public static VideoConstant.WaterMarkOrigin 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 null