Preset Audio Args
data class PresetAudioArgs(val audioPackingMode: Output<String>? = null, val bitRate: Output<String>? = null, val channels: Output<String>? = null, val codec: Output<String>? = null, val sampleRate: Output<String>? = null) : ConvertibleToJava<PresetAudioArgs>
Constructors
Functions
Properties
Link copied to clipboard
The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.