public enum Clip.OutputType extends Enum<Clip.OutputType> implements ProtocolMessageEnum
OutputType represents the output type of the clip.
Protobuf enum google.cloud.video.livestream.v1.Clip.OutputType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MANIFEST |
OutputType is a VOD manifest. This is the default value. |
MANIFEST_VALUE |
OutputType is a VOD manifest. This is the default value. |
MP4 |
OutputType is an MP4 file. |
MP4_VALUE |
OutputType is an MP4 file. |
OUTPUT_TYPE_UNSPECIFIED |
OutputType is not specified. |
OUTPUT_TYPE_UNSPECIFIED_VALUE |
OutputType 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() |