EditAtomResponse

data class EditAtomResponse(val endTimeOffset: String, val inputs: List<String>, val key: String, val startTimeOffset: String)

Edit atom.

Constructors

Link copied to clipboard
fun EditAtomResponse(endTimeOffset: String, inputs: List<String>, key: String, startTimeOffset: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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: String

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

Link copied to clipboard

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