IAudioProcessingObjectNotifications::GetApoNotificationRegistrationInfo 方法(audioengineextensionapo.h)

系统调用,允许客户端注册以接收 APO 终结点和系统效果通知的通知回调。

语法

HRESULT GetApoNotificationRegistrationInfo(
  [out] APO_NOTIFICATION_DESCRIPTOR **apoNotifications,
  [out] DWORD                       *count
);

参数

[out] apoNotifications

返回指向 APO_NOTIFICATION_DESCRIPTOR 数组的指针的输出参数,该数组指定请求通知的 APO 更改集。 被调用方使用 CoTaskMemAlloc分配APO_NOTIFICATION_DESCRIPTOR结构;调用方必须在完成后使用 CoTaskMemFree 释放结构。

[out] count

指定 poNotifications中返回的项数的输出参数。

返回值

HRESULT。

言论

有关可附带音频驱动程序的音频处理对象的 Windows 11 API 的详细信息,请参阅 Windows 11 API for Audio Processing Objects

要求

要求 价值
最低支持的客户端 Windows 内部版本 22000
标头 audioengineextensionapo.h