EditAtomArgs

data class EditAtomArgs(val endTimeOffset: Output<String>? = null, val inputs: Output<List<String>>? = null, val key: Output<String>? = null, val startTimeOffset: Output<String>? = null) : ConvertibleToJava<EditAtomArgs>

Edit atom.

Constructors

Link copied to clipboard
constructor(endTimeOffset: Output<String>? = null, inputs: Output<List<String>>? = null, key: Output<String>? = null, startTimeOffset: Output<String>? = null)

Properties

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

End time in seconds for the atom, relative to the input file timeline. When end_time_offset is not specified, the inputs are used until the end of the atom.

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

List of Input.keys identifying files that should be used in this atom. The listed inputs must have the same timeline.

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

A unique key for this atom. Must be specified when using advanced mapping.

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

Start time in seconds for the atom, relative to the input file timeline. The default is 0s.

Functions

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