DDAudio interface

Describes Dolby Digital Audio Codec (AC3) audio encoding settings. The current implementation for Dolby Digital Audio support are: Audio channel numbers at 1((mono), 2(stereo), 6(5.1side); Audio sampling frequency rates at: 32K/44.1K/48K Hz; Audio bitrate values as AC3 specification supports: 32000, 40000, 48000, 56000, 64000, 80000, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 320000, 384000, 448000, 512000, 576000, 640000 bps.

Extends

Properties

odataType

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

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.DDAudio"

Property Value

"#Microsoft.Media.DDAudio"

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