channelLayouts

@JvmName(name = "lsfdkiyntvnkdmcx")
suspend fun channelLayouts(value: Output<List<String>>)
@JvmName(name = "wbbjxoapgavkkhwi")
suspend fun channelLayouts(value: List<String>?)

Parameters

value

A list of channel names specifying layout of the audio channels. The default is "fl", "fr".


@JvmName(name = "lxjiamqwugbfgekh")
suspend fun channelLayouts(vararg values: Output<String>)


@JvmName(name = "dasoclpbkdbnyvkq")
suspend fun channelLayouts(values: List<Output<String>>)
@JvmName(name = "ynsroqulyqcopidf")
suspend fun channelLayouts(vararg values: String)

Parameters

values

A list of channel names specifying layout of the audio channels. The default is "fl", "fr".