public static enum AliyunIVodCompose.AliyunComposeUploadState extends java.lang.Enum<AliyunIVodCompose.AliyunComposeUploadState>
| Enum Constant and Description |
|---|
STATE_GET_UPLOAD_AUTH
The state of upload auth getting.
|
STATE_GET_UPLOAD_AUTH_SUCCEED
The state of get upload auth succeed.
|
STATE_IDLE
初始状态
|
STATE_VIDEO_UPLOADING
视频上传状态
|
| Modifier and Type | Method and Description |
|---|---|
static AliyunIVodCompose.AliyunComposeUploadState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AliyunIVodCompose.AliyunComposeUploadState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AliyunIVodCompose.AliyunComposeUploadState STATE_IDLE
public static final AliyunIVodCompose.AliyunComposeUploadState STATE_GET_UPLOAD_AUTH
public static final AliyunIVodCompose.AliyunComposeUploadState STATE_GET_UPLOAD_AUTH_SUCCEED
public static final AliyunIVodCompose.AliyunComposeUploadState STATE_VIDEO_UPLOADING
public static AliyunIVodCompose.AliyunComposeUploadState[] values()
for (AliyunIVodCompose.AliyunComposeUploadState c : AliyunIVodCompose.AliyunComposeUploadState.values()) System.out.println(c);
public static AliyunIVodCompose.AliyunComposeUploadState 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