channelLayouts

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


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

Parameters

values

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