共用方式為


IMFContentDecryptionModuleFactory::CreateContentDecryptionModuleAccess 方法 (mfcontentdecryptionmodule.h)

建立 IMFContentDecryptionModuleAccess 介面的 實例。

語法

HRESULT CreateContentDecryptionModuleAccess(
  LPCWSTR                          keySystem,
  IPropertyStore                   **configurations,
  DWORD                            numConfigurations,
  IMFContentDecryptionModuleAccess **contentDecryptionModuleAccess
);

參數

keySystem

LPWSTR,識別建立介面的索引鍵系統。

configurations

IPropertyStore 物件,其中包含CDM的組態選項。

numConfigurations

指定 configuration 參數中屬性數目的 DWORD

contentDecryptionModuleAccess

接收建立的 IMFContentDecryptionModuleAccess 物件。

傳回值

傳回成功時S_OK。

備註

IMFContentDecryptionModuleAccess 是以 Encrypted Media Extension 規格的 MediaKeySystemAccess.getConfiguration 為基礎。

規格需求

需求
最低支援的用戶端 Windows 10 版本 2004 (10.0;組建 19041)
最低支援的伺服器 Windows Server 版本 2004 (10.0;組建 19041)
標頭 mfcontentdecryptionmodule.h

另請參閱