IAudioProcessingObjectNotifications::GetApoNotificationRegistrationInfo 方法 (audioengineextensionapo.h)
由系统调用,以允许客户端注册以接收 APO 终结点和系统效果通知的通知回调。
语法
HRESULT GetApoNotificationRegistrationInfo(
[out] APO_NOTIFICATION_DESCRIPTOR **apoNotifications,
[out] DWORD *count
);
参数
[out] apoNotifications
返回指向 APO_NOTIFICATION_DESCRIPTOR 数组的指针的输出参数,指定请求通知的 APO 更改集。
[out] count
指定 apoNotifications 中返回的项数的输出参数。
返回值
HRESULT。
注解
有关音频驱动程序随附的音频处理对象 (API) 的Windows 11 API 的详细信息,请参阅音频处理对象的Windows 11 API。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 内部版本 22000 |
标头 | audioengineextensionapo.h |