Enum Manifest.DashConfig.SegmentReferenceScheme
- java.lang.Object
-
- java.lang.Enum<Manifest.DashConfig.SegmentReferenceScheme>
-
- com.google.cloud.video.transcoder.v1.Manifest.DashConfig.SegmentReferenceScheme
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Manifest.DashConfig.SegmentReferenceScheme>
- Enclosing class:
- Manifest.DashConfig
public static enum Manifest.DashConfig.SegmentReferenceScheme extends Enum<Manifest.DashConfig.SegmentReferenceScheme> implements com.google.protobuf.ProtocolMessageEnum
The segment reference scheme for a `DASH` manifest.
Protobuf enumgoogle.cloud.video.transcoder.v1.Manifest.DashConfig.SegmentReferenceScheme
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SEGMENT_LIST
Lists the URLs of media files for each segment.SEGMENT_REFERENCE_SCHEME_UNSPECIFIED
The segment reference scheme is not specified.SEGMENT_TEMPLATE_NUMBER
Lists each segment from a template with $Number$ variable.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
SEGMENT_LIST_VALUE
Lists the URLs of media files for each segment.static int
SEGMENT_REFERENCE_SCHEME_UNSPECIFIED_VALUE
The segment reference scheme is not specified.static int
SEGMENT_TEMPLATE_NUMBER_VALUE
Lists each segment from a template with $Number$ variable.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Manifest.DashConfig.SegmentReferenceScheme
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<Manifest.DashConfig.SegmentReferenceScheme>
internalGetValueMap()
static Manifest.DashConfig.SegmentReferenceScheme
valueOf(int value)
Deprecated.static Manifest.DashConfig.SegmentReferenceScheme
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Manifest.DashConfig.SegmentReferenceScheme
valueOf(String name)
Returns the enum constant of this type with the specified name.static Manifest.DashConfig.SegmentReferenceScheme[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SEGMENT_REFERENCE_SCHEME_UNSPECIFIED
public static final Manifest.DashConfig.SegmentReferenceScheme SEGMENT_REFERENCE_SCHEME_UNSPECIFIED
The segment reference scheme is not specified.
SEGMENT_REFERENCE_SCHEME_UNSPECIFIED = 0;
-
SEGMENT_LIST
public static final Manifest.DashConfig.SegmentReferenceScheme SEGMENT_LIST
Lists the URLs of media files for each segment.
SEGMENT_LIST = 1;
-
SEGMENT_TEMPLATE_NUMBER
public static final Manifest.DashConfig.SegmentReferenceScheme SEGMENT_TEMPLATE_NUMBER
Lists each segment from a template with $Number$ variable.
SEGMENT_TEMPLATE_NUMBER = 2;
-
UNRECOGNIZED
public static final Manifest.DashConfig.SegmentReferenceScheme UNRECOGNIZED
-
-
Field Detail
-
SEGMENT_REFERENCE_SCHEME_UNSPECIFIED_VALUE
public static final int SEGMENT_REFERENCE_SCHEME_UNSPECIFIED_VALUE
The segment reference scheme is not specified.
SEGMENT_REFERENCE_SCHEME_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
SEGMENT_LIST_VALUE
public static final int SEGMENT_LIST_VALUE
Lists the URLs of media files for each segment.
SEGMENT_LIST = 1;
- See Also:
- Constant Field Values
-
SEGMENT_TEMPLATE_NUMBER_VALUE
public static final int SEGMENT_TEMPLATE_NUMBER_VALUE
Lists each segment from a template with $Number$ variable.
SEGMENT_TEMPLATE_NUMBER = 2;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Manifest.DashConfig.SegmentReferenceScheme[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Manifest.DashConfig.SegmentReferenceScheme c : Manifest.DashConfig.SegmentReferenceScheme.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Manifest.DashConfig.SegmentReferenceScheme valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Manifest.DashConfig.SegmentReferenceScheme valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static Manifest.DashConfig.SegmentReferenceScheme forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Manifest.DashConfig.SegmentReferenceScheme> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Manifest.DashConfig.SegmentReferenceScheme valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-