JobConfigOverlayAnimationAnimationFadeArgs

data class JobConfigOverlayAnimationAnimationFadeArgs(val endTimeOffset: Output<String>? = null, val fadeType: Output<String>, val startTimeOffset: Output<String>? = null, val xy: Output<JobConfigOverlayAnimationAnimationFadeXyArgs>? = null) : ConvertibleToJava<JobConfigOverlayAnimationAnimationFadeArgs>

Constructors

constructor(endTimeOffset: Output<String>? = null, fadeType: Output<String>, startTimeOffset: Output<String>? = null, xy: Output<JobConfigOverlayAnimationAnimationFadeXyArgs>? = null)

Properties

Link copied to clipboard
val endTimeOffset: Output<String>? = null

The time to end the fade animation, in seconds.

Link copied to clipboard
val fadeType: Output<String>

Required. Type of fade animation: FADE_IN or FADE_OUT. The possible values are:

Link copied to clipboard
val startTimeOffset: Output<String>? = null

The time to start the fade animation, in seconds.

Link copied to clipboard

Normalized coordinates based on output video resolution. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): JobConfigOverlayAnimationAnimationFadeArgs