MFCreateAudioMediaType 函式 (mfapi.h)
[此 API 不受支援,未來可能會變更或無法使用。]
從 [][API] 結構建立音訊媒體類型。
語法
HRESULT MFCreateAudioMediaType(
[in] const WAVEFORMATEX *pAudioFormat,
[out] IMFAudioMediaType **ppIAudioMediaType
);
參數
[in] pAudioFormat
描述音訊格式的 一個顯示方式之一開始,指向一個顯示格式的一個顯示 方式。
[out] ppIAudioMediaType
接收 IMFAudioMediaType 介面的指標。 呼叫端必須釋放 介面。
傳回值
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
IMFAudioMediaType介面已被取代,因此應用程式應該避免使用此函式。 若要從 一個顯示于其結構 建立媒體類型,請執行下列動作:
- 呼叫 MFCreateMediaType。 此函式會傳回 IMFMediaType 介面的指標。 傳回的媒體類型物件一開始是空的。
- 呼叫 MFInitMediaTypeFromWaveFormatEx 以從 WAVEATEX 結構填入媒體類型。
如果已安裝 Windows Media Format 11 SDK 可轉散發元件,此函式可在下列平臺上使用:
- Windows XP with Service Pack 2 (SP2) 和更新版本。
- Windows XP Media Center Edition 2005,KB900325 (Windows XP Media Center Edition 2005) 和 KB925766 (2006 年 10 月 Windows XP Media Center Edition 更新彙總套件) 安裝。
需求
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | mfapi.h |
程式庫 | Mfplat.lib |
Dll | Mfplat.dll |