共用方式為


PKEY_CompositeFX_KeywordDetector_EndpointEffectClsid

在 Windows 10 版本 1803 和更新版本中,PKEY_CompositeFX_KeywordDetector_EndpointEffectClsid屬性索引鍵會識別 EFX) 就地 (關鍵字偵測器結束點效果。 驅動程式開發人員應該指定其驅動程式針對關鍵字偵測器針腳所支援的單一支援處理模式。

此屬性索引鍵與 PKEY_FX_KeywordDetector_EndpointEffectClsid 屬性索引鍵相同,但它是一種複合,以登錄中的 reg multistring 表示,以允許單一位置中的多個效果。

INF 檔案屬性索引鍵會指示音訊端點產生器將端點 ADO 的 CLSID 設定為效果屬性存放區。 這項資訊是用來建置音訊圖形,用來通知高層級應用程式有哪些效果已就緒。

INF 檔案範例

INF 檔案會指定該裝置之 add-registry 區段中音訊端點裝置的預設格式。 下列 INF 範例顯示字串和 add-registry 區段,此區段會將端點關鍵字偵測器效果的 APO 載入登錄中。

[Strings]
PKEY_CompositeFX_KeywordDetector_EndpointEffectClsid = "{D04E05A6-594B-4fb6-A80D-01AF5EED7D1D},18"
...
; Driver developers should replace this CLSIDs with that of their own APO
SWAP_FX_MODE_CLSID      = "{00000000-0000-0000-0000-000000000000}"
DELAY_FX_STREAM_CLSID   = "{00000000-0000-0000-0000-000000000000}"
...
 
[SWAPAPO.I.Association0.AddReg]
HKR,FX\0,%PKEY_CompositeFX_KeywordDetector_EndpointEffectClsid%,0x00010000,%SWAP_FX_MODE_CLSID%,%DELAY_FX_MODE_CLSID%

媒體類別 INF 擴充功能