AudioEncoderAacArgs

data class AudioEncoderAacArgs(val bitrateKbps: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AudioEncoderAacArgs>

A custom preset for encoding audio with the AAC codec.

Constructors

Link copied to clipboard
constructor(bitrateKbps: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val bitrateKbps: Output<String>? = null

Bitrate, in kilobits per second or Kbps, at which audio should be encoded (2-channel stereo audio at a sampling rate of 48 kHz). Allowed values are 96, 112, 128, 160, 192, 224, and 256. If omitted, the bitrate of the input audio is used.

Link copied to clipboard
val type: Output<String>

The discriminator for derived types. Expected value is '#Microsoft.VideoAnalyzer.AudioEncoderAac'.

Functions

Link copied to clipboard
open override fun toJava(): AudioEncoderAacArgs