MediaProtectionPMPServer(IPropertySet) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的屬性,初始化 MediaProtectionPMPServer 類別的新實例。
public:
MediaProtectionPMPServer(IPropertySet ^ pProperties);
MediaProtectionPMPServer(IPropertySet const& pProperties);
public MediaProtectionPMPServer(IPropertySet pProperties);
function MediaProtectionPMPServer(pProperties)
Public Sub New (pProperties As IPropertySet)
參數
- pProperties
- IPropertySet
用來初始化伺服器的屬性集。
備註
MediaProtectionPMPServer 支援下列屬性:
屬性 | 描述 |
---|---|
「Windows.Media.Protection.MediaProtectionSystemId」 | GUID,代表您的應用程式將使用的 DRM 系統。 這可讓系統判斷裝置上是否支援硬體 DRM。 |
Windows.Media.Protection.UseSoftwareProtectionLayer | 將此設定為 true 會告知系統使用軟體 DRM,即使目前裝置上提供硬體 DRM 也一樣。 |
Windows.Media.Protection.PMPStoreCoNtext | 實作市集內容解密模組 (CDM) 物件時,Store CDM 應該在IMFContentDecryptionModuleAccess::CreateContentDecryptionModule中尋找並建立MF_CONTENTDECRYPTIONMODULE_PMPSTORECONTEXT屬性的複本。 如果 Store CDM 物件想要建立 MediaProtectionPMPServer ,以支援 Store CDM 二進位檔中所定義物件的 CreateObjectByCLSID ,則需要傳遞此屬性。 |