public enum AlivcLiveTranscodingCropModeEnum extends java.lang.Enum<AlivcLiveTranscodingCropModeEnum>
| Enum Constant and Description |
|---|
AlivcLiveTranscodingCropModeCrop
剪裁
|
AlivcLiveTranscodingCropModeFill
填充
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMode()
获取枚举值
|
static AlivcLiveTranscodingCropModeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLiveTranscodingCropModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLiveTranscodingCropModeEnum AlivcLiveTranscodingCropModeCrop
public static final AlivcLiveTranscodingCropModeEnum AlivcLiveTranscodingCropModeFill
public static AlivcLiveTranscodingCropModeEnum[] values()
for (AlivcLiveTranscodingCropModeEnum c : AlivcLiveTranscodingCropModeEnum.values()) System.out.println(c);
public static AlivcLiveTranscodingCropModeEnum 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 getMode()