public static enum Manifest.ManifestType extends Enum<Manifest.ManifestType> implements com.google.protobuf.ProtocolMessageEnum
The manifest type can be either `HLS` or `DASH`.Protobuf enum
google.cloud.video.transcoder.v1.Manifest.ManifestType| Enum Constant and Description |
|---|
DASH
Create `DASH` manifest.
|
HLS
Create `HLS` manifest.
|
MANIFEST_TYPE_UNSPECIFIED
The manifest type is not specified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DASH_VALUE
Create `DASH` manifest.
|
static int |
HLS_VALUE
Create `HLS` manifest.
|
static int |
MANIFEST_TYPE_UNSPECIFIED_VALUE
The manifest type is not specified.
|
| Modifier and Type | Method and Description |
|---|---|
static Manifest.ManifestType |
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.ManifestType> |
internalGetValueMap() |
static Manifest.ManifestType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Manifest.ManifestType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Manifest.ManifestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Manifest.ManifestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Manifest.ManifestType MANIFEST_TYPE_UNSPECIFIED
The manifest type is not specified.
MANIFEST_TYPE_UNSPECIFIED = 0;public static final Manifest.ManifestType HLS
Create `HLS` manifest. The corresponding file extension is `.m3u8`.
HLS = 1;public static final Manifest.ManifestType DASH
Create `DASH` manifest. The corresponding file extension is `.mpd`.
DASH = 2;public static final Manifest.ManifestType UNRECOGNIZED
public static final int MANIFEST_TYPE_UNSPECIFIED_VALUE
The manifest type is not specified.
MANIFEST_TYPE_UNSPECIFIED = 0;public static final int HLS_VALUE
Create `HLS` manifest. The corresponding file extension is `.m3u8`.
HLS = 1;public static final int DASH_VALUE
Create `DASH` manifest. The corresponding file extension is `.mpd`.
DASH = 2;public static Manifest.ManifestType[] values()
for (Manifest.ManifestType c : Manifest.ManifestType.values()) System.out.println(c);
public static Manifest.ManifestType 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 Manifest.ManifestType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Manifest.ManifestType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Manifest.ManifestType> 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 Manifest.ManifestType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.