DDAudio Class
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.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media.models._models_py3.AudioDDAudio
Constructor
DDAudio(*, label: str | None = None, channels: int | None = None, sampling_rate: int | None = None, bitrate: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
label
|
An optional label for the codec. The label can be used to control muxing behavior. |
channels
|
The number of channels in the audio. |
sampling_rate
|
The sampling rate to use for encoding in hertz. |
bitrate
|
The bitrate, in bits per second, of the output encoded audio. |
Variables
Name | Description |
---|---|
odata_type
|
The discriminator for derived types. Required. |
label
|
An optional label for the codec. The label can be used to control muxing behavior. |
channels
|
The number of channels in the audio. |
sampling_rate
|
The sampling rate to use for encoding in hertz. |
bitrate
|
The bitrate, in bits per second, of the output encoded audio. |
Azure SDK for Python