channelLayout

@JvmName(name = "jwepljdljqoxpltd")
suspend fun channelLayout(value: Output<List<String>>)
@JvmName(name = "tdeltyxtghpfrvdw")
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 = "yrrxabsvytjgmnrj")
suspend fun channelLayout(vararg values: Output<String>)


@JvmName(name = "hldvsafmfmaawseu")
suspend fun channelLayout(values: List<Output<String>>)
@JvmName(name = "nwaocbkvqbaxholc")
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