outputFiles

@JvmName(name = "fsbfoyltxxmmwkpb")
suspend fun outputFiles(value: Output<List<OutputFileArgs>>)
@JvmName(name = "vusmxfnbivyytyad")
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 = "tiygbnedblunoyjf")
suspend fun outputFiles(vararg values: Output<OutputFileArgs>)


@JvmName(name = "sptqbnhjygmtfjpo")
suspend fun outputFiles(values: List<Output<OutputFileArgs>>)
@JvmName(name = "dmfiwwqpyipwotfd")
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 = "gujxrdcmjevjslrh")
suspend fun outputFiles(argument: List<suspend OutputFileArgsBuilder.() -> Unit>)
@JvmName(name = "dlyicymoqipbvbtd")
suspend fun outputFiles(vararg argument: suspend OutputFileArgsBuilder.() -> Unit)
@JvmName(name = "cnjuthvnjqjpabpq")
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 .