outputFiles

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


@JvmName(name = "ibpoinojolcxkumb")
suspend fun outputFiles(values: List<Output<OutputFileArgs>>)
@JvmName(name = "swjfvtqjghjetplr")
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 = "wuccumafdpbjvcve")
suspend fun outputFiles(argument: List<suspend OutputFileArgsBuilder.() -> Unit>)
@JvmName(name = "isrknxwfsiofkpfv")
suspend fun outputFiles(vararg argument: suspend OutputFileArgsBuilder.() -> Unit)
@JvmName(name = "rphwkdiisokrcfut")
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 .