channelLayouts

@JvmName(name = "xakaqgaevlxqkytc")
suspend fun channelLayouts(value: Output<List<String>>)
@JvmName(name = "nofbbpnpyrmnxrgl")
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 = "yreohoiwnymfafiu")
suspend fun channelLayouts(vararg values: Output<String>)


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

Parameters

values

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