AacAudio 類別
描述 AAC) 音訊編碼設定 (進階音訊編解碼器。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.media.models._models_py3.AudioAacAudio
建構函式
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)
僅限關鍵字的參數
名稱 | Description |
---|---|
label
|
編解碼器的選擇性標籤。 標籤可用來控制多工處理行為。 |
channels
|
音訊中的通道數目。 |
sampling_rate
|
用於以 hertz 編碼的取樣率。 |
bitrate
|
輸出編碼音訊的每秒位位元速率。 |
profile
|
使用 AAC 編碼音訊時要使用的編碼設定檔。 已知值為:「AacLc」、「HeAacV1」 和 「HeAacV2」。 |
變數
名稱 | Description |
---|---|
odata_type
|
衍生類型的鑒別子。 必要。 |
label
|
編解碼器的選擇性標籤。 標籤可用來控制多工處理行為。 |
channels
|
音訊中的通道數目。 |
sampling_rate
|
用於以 hertz 編碼的取樣率。 |
bitrate
|
輸出編碼音訊的每秒位位元速率。 |
profile
|
使用 AAC 編碼音訊時要使用的編碼設定檔。 已知值為:「AacLc」、「HeAacV1」 和 「HeAacV2」。 |