AacAudio interface

Describes Advanced Audio Codec (AAC) audio encoding settings.

Extends

Properties

odataType

Polymorphic discriminator, which specifies the different types this object can be

profile

The encoding profile to be used when encoding audio with AAC.

Inherited Properties

bitrate

The bitrate, in bits per second, of the output encoded audio.

channels

The number of channels in the audio.

label

An optional label for the codec. The label can be used to control muxing behavior.

samplingRate

The sampling rate to use for encoding in hertz.

Property Details

odataType

Polymorphic discriminator, which specifies the different types this object can be

odataType: "#Microsoft.Media.AacAudio"

Property Value

"#Microsoft.Media.AacAudio"

profile

The encoding profile to be used when encoding audio with AAC.

profile?: string

Property Value

string

Inherited Property Details

bitrate

The bitrate, in bits per second, of the output encoded audio.

bitrate?: number

Property Value

number

Inherited From Audio_2.bitrate

channels

The number of channels in the audio.

channels?: number

Property Value

number

Inherited From Audio_2.channels

label

An optional label for the codec. The label can be used to control muxing behavior.

label?: string

Property Value

string

Inherited From Audio_2.label

samplingRate

The sampling rate to use for encoding in hertz.

samplingRate?: number

Property Value

number

Inherited From Audio_2.samplingRate