JobConfigOverlayAnimationAnimationFade

data class JobConfigOverlayAnimationAnimationFade(val endTimeOffset: String? = null, val fadeType: String, val startTimeOffset: String? = null, val xy: JobConfigOverlayAnimationAnimationFadeXy? = null)

Constructors

Link copied to clipboard
constructor(endTimeOffset: String? = null, fadeType: String, startTimeOffset: String? = null, xy: JobConfigOverlayAnimationAnimationFadeXy? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTimeOffset: String? = null

The time to end the fade animation, in seconds.

Link copied to clipboard

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

Link copied to clipboard
val startTimeOffset: 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.