IAudioProcessingObjectNotifications::GetApoNotificationRegistrationInfo 方法 (audioengineextensionapo.h)
由系統呼叫,以允許客戶端註冊以接收 APO 端點和系統效果通知的通知回呼。
語法
HRESULT GetApoNotificationRegistrationInfo(
[out] APO_NOTIFICATION_DESCRIPTOR **apoNotifications,
[out] DWORD *count
);
參數
[out] apoNotifications
輸出參數,這個參數會傳回 APO_NOTIFICATION_DESCRIPTOR 陣列的指標,指定要求通知的 APO 變更集。 被呼叫者會使用 coTaskMemAlloc
[out] count
輸出參數,指定在 poNotifications 中傳回的項目數,。
傳回值
HRESULT。
言論
如需可隨附音訊驅動程式之音訊處理物件的 Windows 11 API 的詳細資訊,請參閱 Windows 11 API for Audio Processing Objects。
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows 組建 22000 |
標頭 | audioengineextensionapo.h |