overlays

@JvmName(name = "bhqouqnmdgqreocn")
suspend fun overlays(value: Output<List<Either<AudioOverlayArgs, VideoOverlayArgs>>>)
@JvmName(name = "ftmaxgaljkdqfwsm")
suspend fun overlays(value: List<Either<AudioOverlayArgs, VideoOverlayArgs>>?)

Parameters

value

The properties of overlays to be applied to the input video. These could be audio, image or video overlays.


@JvmName(name = "nrkaaojgkcqmyojo")
suspend fun overlays(vararg values: Output<Either<AudioOverlayArgs, VideoOverlayArgs>>)


@JvmName(name = "dtysnawlofwlbhil")
suspend fun overlays(values: List<Output<Either<AudioOverlayArgs, VideoOverlayArgs>>>)
@JvmName(name = "qbkyumiejmoidrut")
suspend fun overlays(vararg values: Either<AudioOverlayArgs, VideoOverlayArgs>)

Parameters

values

The properties of overlays to be applied to the input video. These could be audio, image or video overlays.