public enum VodFrameExtractingOptionForAudit extends Enum<VodFrameExtractingOptionForAudit> implements com.google.protobuf.ProtocolMessageEnum
模型帧 抽帧选项Protobuf enum
Volcengine.Vod.Models.Business.VodFrameExtractingOptionForAudit| 枚举常量和说明 |
|---|
CutTimesVodFrameExtractingOptionForAudit
根据时间戳取帧
CutTimesVodFrameExtractingOptionForAudit = 3; |
FpsLimitNumberOfFramesVodFrameExtractingOptionForAudit
根据Fps抽帧,并限制最大或最小帧数
FpsLimitNumberOfFramesVodFrameExtractingOptionForAudit = 4; |
FpsVodFrameExtractingOptionForAudit
根据帧率取帧
FpsVodFrameExtractingOptionForAudit = 1; |
NumberOfFramesVodFrameExtractingOptionForAudit
根据帧数取帧
NumberOfFramesVodFrameExtractingOptionForAudit = 2; |
OnlyFirstLastFrameVodFrameExtractingOptionForAudit
只取首帧或尾帧
OnlyFirstLastFrameVodFrameExtractingOptionForAudit = 5; |
UndefinedVodFrameExtractingOptionForAudit
未定义的
UndefinedVodFrameExtractingOptionForAudit = 0; |
UNRECOGNIZED |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CutTimesVodFrameExtractingOptionForAudit_VALUE
根据时间戳取帧
CutTimesVodFrameExtractingOptionForAudit = 3; |
static int |
FpsLimitNumberOfFramesVodFrameExtractingOptionForAudit_VALUE
根据Fps抽帧,并限制最大或最小帧数
FpsLimitNumberOfFramesVodFrameExtractingOptionForAudit = 4; |
static int |
FpsVodFrameExtractingOptionForAudit_VALUE
根据帧率取帧
FpsVodFrameExtractingOptionForAudit = 1; |
static int |
NumberOfFramesVodFrameExtractingOptionForAudit_VALUE
根据帧数取帧
NumberOfFramesVodFrameExtractingOptionForAudit = 2; |
static int |
OnlyFirstLastFrameVodFrameExtractingOptionForAudit_VALUE
只取首帧或尾帧
OnlyFirstLastFrameVodFrameExtractingOptionForAudit = 5; |
static int |
UndefinedVodFrameExtractingOptionForAudit_VALUE
未定义的
UndefinedVodFrameExtractingOptionForAudit = 0; |
| 限定符和类型 | 方法和说明 |
|---|---|
static VodFrameExtractingOptionForAudit |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<VodFrameExtractingOptionForAudit> |
internalGetValueMap() |
static VodFrameExtractingOptionForAudit |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VodFrameExtractingOptionForAudit |
valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static VodFrameExtractingOptionForAudit |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static VodFrameExtractingOptionForAudit[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final VodFrameExtractingOptionForAudit UndefinedVodFrameExtractingOptionForAudit
未定义的
UndefinedVodFrameExtractingOptionForAudit = 0;public static final VodFrameExtractingOptionForAudit FpsVodFrameExtractingOptionForAudit
根据帧率取帧
FpsVodFrameExtractingOptionForAudit = 1;public static final VodFrameExtractingOptionForAudit NumberOfFramesVodFrameExtractingOptionForAudit
根据帧数取帧
NumberOfFramesVodFrameExtractingOptionForAudit = 2;public static final VodFrameExtractingOptionForAudit CutTimesVodFrameExtractingOptionForAudit
根据时间戳取帧
CutTimesVodFrameExtractingOptionForAudit = 3;public static final VodFrameExtractingOptionForAudit FpsLimitNumberOfFramesVodFrameExtractingOptionForAudit
根据Fps抽帧,并限制最大或最小帧数
FpsLimitNumberOfFramesVodFrameExtractingOptionForAudit = 4;public static final VodFrameExtractingOptionForAudit OnlyFirstLastFrameVodFrameExtractingOptionForAudit
只取首帧或尾帧
OnlyFirstLastFrameVodFrameExtractingOptionForAudit = 5;public static final VodFrameExtractingOptionForAudit UNRECOGNIZED
public static final int UndefinedVodFrameExtractingOptionForAudit_VALUE
未定义的
UndefinedVodFrameExtractingOptionForAudit = 0;public static final int FpsVodFrameExtractingOptionForAudit_VALUE
根据帧率取帧
FpsVodFrameExtractingOptionForAudit = 1;public static final int NumberOfFramesVodFrameExtractingOptionForAudit_VALUE
根据帧数取帧
NumberOfFramesVodFrameExtractingOptionForAudit = 2;public static final int CutTimesVodFrameExtractingOptionForAudit_VALUE
根据时间戳取帧
CutTimesVodFrameExtractingOptionForAudit = 3;public static final int FpsLimitNumberOfFramesVodFrameExtractingOptionForAudit_VALUE
根据Fps抽帧,并限制最大或最小帧数
FpsLimitNumberOfFramesVodFrameExtractingOptionForAudit = 4;public static final int OnlyFirstLastFrameVodFrameExtractingOptionForAudit_VALUE
只取首帧或尾帧
OnlyFirstLastFrameVodFrameExtractingOptionForAudit = 5;public static VodFrameExtractingOptionForAudit[] values()
for (VodFrameExtractingOptionForAudit c : VodFrameExtractingOptionForAudit.values()) System.out.println(c);
public static VodFrameExtractingOptionForAudit valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public final int getNumber()
getNumber 在接口中 com.google.protobuf.Internal.EnumLitegetNumber 在接口中 com.google.protobuf.ProtocolMessageEnum@Deprecated public static VodFrameExtractingOptionForAudit valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static VodFrameExtractingOptionForAudit forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<VodFrameExtractingOptionForAudit> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor 在接口中 com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static VodFrameExtractingOptionForAudit valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All rights reserved.