public enum VodSmartStrategyResponseStreamType extends Enum<VodSmartStrategyResponseStreamType> implements com.google.protobuf.ProtocolMessageEnum
响应数据流类型Protobuf enum
Volcengine.Vod.Models.Business.VodSmartStrategyResponseStreamType| Enum Constant and Description |
|---|
FallbackEncodeStreamVodSmartStrategyResponseStreamType
返回降级的转码流
|
OriginalStreamVodSmartStrategyResponseStreamType
返回原片流
|
StrategyEncodeStreamVodSmartStrategyResponseStreamType
返回匹配的策略转码流
|
UndefinedVodSmartStrategyResponseStreamType
未定义的(保留置空)
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FallbackEncodeStreamVodSmartStrategyResponseStreamType_VALUE
返回降级的转码流
|
static int |
OriginalStreamVodSmartStrategyResponseStreamType_VALUE
返回原片流
|
static int |
StrategyEncodeStreamVodSmartStrategyResponseStreamType_VALUE
返回匹配的策略转码流
|
static int |
UndefinedVodSmartStrategyResponseStreamType_VALUE
未定义的(保留置空)
|
| Modifier and Type | Method and Description |
|---|---|
static VodSmartStrategyResponseStreamType |
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<VodSmartStrategyResponseStreamType> |
internalGetValueMap() |
static VodSmartStrategyResponseStreamType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VodSmartStrategyResponseStreamType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VodSmartStrategyResponseStreamType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VodSmartStrategyResponseStreamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VodSmartStrategyResponseStreamType UndefinedVodSmartStrategyResponseStreamType
未定义的(保留置空)
UndefinedVodSmartStrategyResponseStreamType = 0;public static final VodSmartStrategyResponseStreamType OriginalStreamVodSmartStrategyResponseStreamType
返回原片流
OriginalStreamVodSmartStrategyResponseStreamType = 1;public static final VodSmartStrategyResponseStreamType StrategyEncodeStreamVodSmartStrategyResponseStreamType
返回匹配的策略转码流
StrategyEncodeStreamVodSmartStrategyResponseStreamType = 2;public static final VodSmartStrategyResponseStreamType FallbackEncodeStreamVodSmartStrategyResponseStreamType
返回降级的转码流
FallbackEncodeStreamVodSmartStrategyResponseStreamType = 3;public static final VodSmartStrategyResponseStreamType UNRECOGNIZED
public static final int UndefinedVodSmartStrategyResponseStreamType_VALUE
未定义的(保留置空)
UndefinedVodSmartStrategyResponseStreamType = 0;public static final int OriginalStreamVodSmartStrategyResponseStreamType_VALUE
返回原片流
OriginalStreamVodSmartStrategyResponseStreamType = 1;public static final int StrategyEncodeStreamVodSmartStrategyResponseStreamType_VALUE
返回匹配的策略转码流
StrategyEncodeStreamVodSmartStrategyResponseStreamType = 2;public static final int FallbackEncodeStreamVodSmartStrategyResponseStreamType_VALUE
返回降级的转码流
FallbackEncodeStreamVodSmartStrategyResponseStreamType = 3;public static VodSmartStrategyResponseStreamType[] values()
for (VodSmartStrategyResponseStreamType c : VodSmartStrategyResponseStreamType.values()) System.out.println(c);
public static VodSmartStrategyResponseStreamType 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 VodSmartStrategyResponseStreamType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static VodSmartStrategyResponseStreamType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<VodSmartStrategyResponseStreamType> 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 VodSmartStrategyResponseStreamType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All rights reserved.