public enum VodFrameExtractingOptionForAudit extends Enum<VodFrameExtractingOptionForAudit> implements com.google.protobuf.ProtocolMessageEnum
模型帧 抽帧选项Protobuf enum
Volcengine.Vod.Models.Business.VodFrameExtractingOptionForAudit| Enum Constant and Description |
|---|
CutTimesVodFrameExtractingOptionForAudit
根据时间戳取帧
|
FpsLimitNumberOfFramesVodFrameExtractingOptionForAudit
根据Fps抽帧,并限制最大或最小帧数
|
FpsVodFrameExtractingOptionForAudit
根据帧率取帧
|
NumberOfFramesVodFrameExtractingOptionForAudit
根据帧数取帧
|
OnlyFirstLastFrameVodFrameExtractingOptionForAudit
只取首帧或尾帧
|
UndefinedVodFrameExtractingOptionForAudit
未定义的
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CutTimesVodFrameExtractingOptionForAudit_VALUE
根据时间戳取帧
|
static int |
FpsLimitNumberOfFramesVodFrameExtractingOptionForAudit_VALUE
根据Fps抽帧,并限制最大或最小帧数
|
static int |
FpsVodFrameExtractingOptionForAudit_VALUE
根据帧率取帧
|
static int |
NumberOfFramesVodFrameExtractingOptionForAudit_VALUE
根据帧数取帧
|
static int |
OnlyFirstLastFrameVodFrameExtractingOptionForAudit_VALUE
只取首帧或尾帧
|
static int |
UndefinedVodFrameExtractingOptionForAudit_VALUE
未定义的
|
| Modifier and Type | Method and Description |
|---|---|
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)
Deprecated.
Use
forNumber(int) instead. |
static VodFrameExtractingOptionForAudit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VodFrameExtractingOptionForAudit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface 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 in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static VodFrameExtractingOptionForAudit valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023. All rights reserved.