public enum Overlay.FadeType extends Enum<Overlay.FadeType> implements ProtocolMessageEnum
Fade type for the overlay: FADE_IN
or FADE_OUT
.
Protobuf enum google.cloud.video.transcoder.v1beta1.Overlay.FadeType
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
FADE_IN | Fade the overlay object into view. |
FADE_IN_VALUE | Fade the overlay object into view. |
FADE_OUT | Fade the overlay object out of view. |
FADE_OUT_VALUE | Fade the overlay object out of view. |
FADE_TYPE_UNSPECIFIED | The fade type is not specified. |
FADE_TYPE_UNSPECIFIED_VALUE | The fade 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() |