Google Cloud Video Transcoder V1beta1 Client - Class FadeType (0.6.0)

Reference documentation and code samples for the Google Cloud Video Transcoder V1beta1 Client class FadeType.

Fade type for the overlay: FADE_IN or FADE_OUT.

Protobuf type google.cloud.video.transcoder.v1beta1.Overlay.FadeType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

FADE_TYPE_UNSPECIFIED

Value: 0

The fade type is not specified.

Generated from protobuf enum FADE_TYPE_UNSPECIFIED = 0;

FADE_IN

Value: 1

Fade the overlay object into view.

Generated from protobuf enum FADE_IN = 1;

FADE_OUT

Value: 2

Fade the overlay object out of view.

Generated from protobuf enum FADE_OUT = 2;