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.Audio
AacAudio

Constructor

AacAudio(*, label: Optional[str] = None, channels: Optional[int] = None, sampling_rate: Optional[int] = None, bitrate: Optional[int] = None, profile: Optional[Union[str, _models.AacAudioProfile]] = None, **kwargs)

Variables

odata_type
str

Required. The discriminator for derived types.Constant filled by server.

label
str

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

channels
int

The number of channels in the audio.

sampling_rate
int

The sampling rate to use for encoding in hertz.

bitrate
int

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

profile
str or AacAudioProfile

The encoding profile to be used when encoding audio with AAC. Known values are: "AacLc", "HeAacV1", "HeAacV2".