Job Template Config Elementary Stream Audio Stream Args
data class JobTemplateConfigElementaryStreamAudioStreamArgs(val bitrateBps: Output<Int>, val channelCount: Output<Int>? = null, val channelLayouts: Output<List<String>>? = null, val codec: Output<String>? = null, val sampleRateHertz: Output<Int>? = null) : ConvertibleToJava<JobTemplateConfigElementaryStreamAudioStreamArgs>
Constructors
Properties
Link copied to clipboard
Audio bitrate in bits per second.
Link copied to clipboard
Number of audio channels. The default is 2
.
Link copied to clipboard
A list of channel names specifying layout of the audio channels. The default is "fl", "fr".
Link copied to clipboard
The audio sample rate in Hertz. The default is 48000
.