channelLayout

@JvmName(name = "jusxycqirrnmqsfh")
suspend fun channelLayout(value: Output<List<String>>)
@JvmName(name = "fiidqhvdstaiekwg")
suspend fun channelLayout(value: List<String>?)

Parameters

value

A list of channel names specifying layout of the audio channels. This only affects the metadata embedded in the container headers, if supported by the specified format. The default is ["fl", "fr"]. Supported channel names: - fl - Front left channel - fr - Front right channel - sl - Side left channel - sr - Side right channel - fc - Front center channel - lfe - Low frequency


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


@JvmName(name = "imulckkvxidpidno")
suspend fun channelLayout(values: List<Output<String>>)
@JvmName(name = "iwecfrjnpflebfsh")
suspend fun channelLayout(vararg values: String)

Parameters

values

A list of channel names specifying layout of the audio channels. This only affects the metadata embedded in the container headers, if supported by the specified format. The default is ["fl", "fr"]. Supported channel names: - fl - Front left channel - fr - Front right channel - sl - Side left channel - sr - Side right channel - fc - Front center channel - lfe - Low frequency