outputFiles

@JvmName(name = "xtgiaqgoojlhvvlw")
suspend fun outputFiles(value: Output<List<OutputFileArgs>>)
@JvmName(name = "alkgppbhygcnixpr")
suspend fun outputFiles(value: List<OutputFileArgs>?)

Parameters

value

The list of output files to produce. Each entry in the list is a set of audio and video layer labels to be muxed together .


@JvmName(name = "tuglaxmcdfcxqebu")
suspend fun outputFiles(vararg values: Output<OutputFileArgs>)


@JvmName(name = "fgaeskacedpknjbw")
suspend fun outputFiles(values: List<Output<OutputFileArgs>>)
@JvmName(name = "jkkqbavtiewlamgj")
suspend fun outputFiles(vararg values: OutputFileArgs)

Parameters

values

The list of output files to produce. Each entry in the list is a set of audio and video layer labels to be muxed together .


@JvmName(name = "otmjpdsywljgsrdw")
suspend fun outputFiles(argument: List<suspend OutputFileArgsBuilder.() -> Unit>)
@JvmName(name = "rjwtdcnemxocxnkj")
suspend fun outputFiles(vararg argument: suspend OutputFileArgsBuilder.() -> Unit)
@JvmName(name = "eqlwropstlhpiyto")
suspend fun outputFiles(argument: suspend OutputFileArgsBuilder.() -> Unit)

Parameters

argument

The list of output files to produce. Each entry in the list is a set of audio and video layer labels to be muxed together .