次の方法で共有


MediaProtectionPMPServer(IPropertySet) コンストラクター

定義

指定したプロパティを使用して 、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" アプリで使用する DRM システムを表す GUID。 これにより、システムはデバイスでハードウェア DRM がサポートされているかどうかを判断できます。
Windows.Media.Protection.UseSoftwareProtectionLayer これを true に設定すると、ハードウェア DRM が現在のデバイスで使用できる場合でも、ソフトウェア DRM を使用するようにシステムに指示されます。
Windows.Media.Protection.PMPStoreContext Store Content Decryption Module (CDM) オブジェクトを実装する場合、Store CDM は IMFContentDecryptionModuleAccess::CreateContentDecryptionModuleMF_CONTENTDECRYPTIONMODULE_PMPSTORECONTEXT プロパティを探してコピーする必要があります。 Store CDM オブジェクトが、Store CDM バイナリで定義されているオブジェクトに対して CreateObjectByCLSID をサポートする MediaProtectionPMPServer を作成する場合は、このプロパティを渡す必要があります。

適用対象