JobTemplateConfigElementaryStreamAudioStream

data class JobTemplateConfigElementaryStreamAudioStream(val bitrateBps: Int, val channelCount: Int? = null, val channelLayouts: List<String>? = null, val codec: String? = null, val sampleRateHertz: Int? = null)

Constructors

constructor(bitrateBps: Int, channelCount: Int? = null, channelLayouts: List<String>? = null, codec: String? = null, sampleRateHertz: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Audio bitrate in bits per second.

Link copied to clipboard
val channelCount: Int? = null

Number of audio channels. The default is 2.

Link copied to clipboard
val channelLayouts: List<String>? = null

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

Link copied to clipboard
val codec: String? = null

The codec for this audio stream. The default is aac.

Link copied to clipboard
val sampleRateHertz: Int? = null

The audio sample rate in Hertz. The default is 48000.