AnimationStaticArgs

data class AnimationStaticArgs(val startTimeOffset: Output<String>? = null, val xy: Output<NormalizedCoordinateArgs>? = null) : ConvertibleToJava<AnimationStaticArgs>

Display static overlay object.

Constructors

Link copied to clipboard
constructor(startTimeOffset: Output<String>? = null, xy: Output<NormalizedCoordinateArgs>? = null)

Properties

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

The time to start displaying the overlay object, in seconds. Default: 0

Link copied to clipboard
val xy: Output<NormalizedCoordinateArgs>? = null

Normalized coordinates based on output video resolution. Valid values: 0.01.0. xy is the upper-left coordinate of the overlay object. For example, use the x and y coordinates {0,0} to position the top-left corner of the overlay animation in the top-left corner of the output video.

Functions

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