public enum Manifest.ManifestType extends Enum<Manifest.ManifestType> implements ProtocolMessageEnum
The manifest type, which corresponds to the adaptive streaming format used.
Protobuf enum google.events.cloud.video.transcoder.v1.Manifest.ManifestType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
DASH | Create an MPEG-DASH manifest. The corresponding file extension is |
DASH_VALUE | Create an MPEG-DASH manifest. The corresponding file extension is |
HLS | Create an HLS manifest. The corresponding file extension is |
HLS_VALUE | Create an HLS manifest. The corresponding file extension is |
MANIFEST_TYPE_UNSPECIFIED | The manifest type is not specified. |
MANIFEST_TYPE_UNSPECIFIED_VALUE | The manifest type is not specified. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |