Enum Overlay.FadeType (1.7.0)

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.v1.Overlay.FadeType

Implements

ProtocolMessageEnum

Static 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

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()