AacAudio Class
Describes Advanced Audio Codec (AAC) audio encoding settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media.models._models_py3.AudioAacAudio
Constructor
AacAudio(*, label: str | None = None, channels: int | None = None, sampling_rate: int | None = None, bitrate: int | None = None, profile: str | _models.AacAudioProfile | 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. |
profile
|
The encoding profile to be used when encoding audio with AAC. Known values are: "AacLc", "HeAacV1", and "HeAacV2". |
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. |
profile
|
The encoding profile to be used when encoding audio with AAC. Known values are: "AacLc", "HeAacV1", and "HeAacV2". |
Azure SDK for Python