MF_CONTENTDECRYPTIONMODULE_PMPSTORECONTEXT property

Specifies a context string used by Content Decryption Module (CDM) implementations that use MediaProtectionPMPServer.

Data type

LPWSTR (VT_LPWSTR)

Property GUID

MF_CONTENTDECRYPTIONMODULE_PMPSTORECONTEXT

Property value

A a context string used by Content Decryption Module (CDM) implementations.

Remarks

The CDM implementer should look for this value and pass the value to the MediaProtectionPMPServer constructor using the property name "Windows.Media.Protection.PMPStoreContext".

Apps should not create this property when calling IMFContentDecryptionModuleAccess::CreateContentDecryptionModule.

Requirements

Requirement Value
Minimum supported client
Windows 10 April 2020 Update
Header
mfcontentdecryptionmodule.h

See also