IAudioProcessingObjectPreferredFormatSupport::GetPreferredOutputFormat 方法 (audioengineextensionapo.h)
回调函数,允许 ADO 为提供的输入格式指定首选输出格式。
语法
HRESULT GetPreferredOutputFormat(
[in] IAudioMediaType *inputFormat,
[out] IAudioMediaType **preferredFormat
);
参数
[in] inputFormat
表示与回调关联的输入格式的 IAudioMediaType 。
[out] preferredFormat
表示 APO 的首选输入格式的 IAudioMediaType 。
返回值
HRESULT。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 11,版本 23H2 |
标头 | audioengineextensionapo.h |