Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class FadeType.
Fade type for the overlay: FADE_IN
or FADE_OUT
.
Protobuf type google.cloud.video.transcoder.v1.Overlay.FadeType
Namespace
Google \ Cloud \ Video \ Transcoder \ V1 \ OverlayMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;