共用方式為


createAudioMediaType 函式 (audiomediatype.h)

CreateAudioMediaType 式會使用呼叫端指定的格式,建立描述音訊格式的媒體類型物件。

語法

HRESULT CreateAudioMediaType(
  const WAVEFORMATEX *pAudioFormat,
  UINT32             cbAudioFormatSize,
  IAudioMediaType    **ppIAudioMediaType
);

參數

pAudioFormat

指定將指標指定為一個將指標指向一個顯示於其上。

cbAudioFormatSize

指定 pAudioFormat 參數所指向的顯示方式之顯示之顯示方式。

ppIAudioMediaType

指定 IAudioMediaType 介面的指標。

傳回值

如果函式的呼叫成功,函 CreateAudioMediaType 式會傳回S_OK。 否則,它會傳回適當的 HRESULT 錯誤碼。

備註

當您實作自定義音訊系統效果時,函 CreateAudioMediaType 式會與 IAudioSystemEffectsCustomFormats::GetFormat 搭配運作,以代表自定義音訊數據格式,並提供自定義格式的相關信息。

規格需求

需求
最低支援的用戶端 適用於 Windows Vista 和更新版本的 Windows。
目標平台 桌面
標頭 audiomediatype.h (包含 Audiomediatype.h)
IRQL N/A

另請參閱

IAudioMediaType

IAudioSystemEffectsCustomFormats::GetFormat

電壓X