AudioEncoderAacResponse

data class AudioEncoderAacResponse(val bitrateKbps: String? = null, val type: String)

A custom preset for encoding audio with the AAC codec.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bitrateKbps: 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

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