Enum Overlay.FadeType (0.4.3)

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

ProtocolMessageEnum

Fields

NameDescription
FADE_IN

Fade the overlay object into view.

FADE_IN = 1;

FADE_IN_VALUE

Fade the overlay object into view.

FADE_IN = 1;

FADE_OUT

Fade the overlay object out of view.

FADE_OUT = 2;

FADE_OUT_VALUE

Fade the overlay object out of view.

FADE_OUT = 2;

FADE_TYPE_UNSPECIFIED

The fade type is not specified.

FADE_TYPE_UNSPECIFIED = 0;

FADE_TYPE_UNSPECIFIED_VALUE

The fade type is not specified.

FADE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()