public static enum Overlay.FadeType extends Enum<Overlay.FadeType> implements com.google.protobuf.ProtocolMessageEnum
Fade type for the overlay: `FADE_IN` or `FADE_OUT`.Protobuf enum
google.cloud.video.transcoder.v1.Overlay.FadeType| Enum Constant and Description |
|---|
FADE_IN
Fade the overlay object into view.
|
FADE_OUT
Fade the overlay object out of view.
|
FADE_TYPE_UNSPECIFIED
The fade type is not specified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FADE_IN_VALUE
Fade the overlay object into view.
|
static int |
FADE_OUT_VALUE
Fade the overlay object out of view.
|
static int |
FADE_TYPE_UNSPECIFIED_VALUE
The fade type is not specified.
|
| Modifier and Type | Method and Description |
|---|---|
static Overlay.FadeType |
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<Overlay.FadeType> |
internalGetValueMap() |
static Overlay.FadeType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Overlay.FadeType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Overlay.FadeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Overlay.FadeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Overlay.FadeType FADE_TYPE_UNSPECIFIED
The fade type is not specified.
FADE_TYPE_UNSPECIFIED = 0;public static final Overlay.FadeType FADE_IN
Fade the overlay object into view.
FADE_IN = 1;public static final Overlay.FadeType FADE_OUT
Fade the overlay object out of view.
FADE_OUT = 2;public static final Overlay.FadeType UNRECOGNIZED
public static final int FADE_TYPE_UNSPECIFIED_VALUE
The fade type is not specified.
FADE_TYPE_UNSPECIFIED = 0;public static final int FADE_IN_VALUE
Fade the overlay object into view.
FADE_IN = 1;public static final int FADE_OUT_VALUE
Fade the overlay object out of view.
FADE_OUT = 2;public static Overlay.FadeType[] values()
for (Overlay.FadeType c : Overlay.FadeType.values()) System.out.println(c);
public static Overlay.FadeType 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 Overlay.FadeType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Overlay.FadeType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Overlay.FadeType> 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 Overlay.FadeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.