MF_CONTENTDECRYPTIONMODULE_STOREPATH property

Specifies a file path representing a storage location the Content Decryption Module (CDM) can use for initialization.

Data type

LPWSTR (VT_LPWSTR)

Property GUID

MF_CONTENTDECRYPTIONMODULE_STOREPATH

Property value

A file path representing a storage location the Content Decryption Module (CDM) can use for initialization.

Remarks

The path specified with this property will also be used for content-specific data if the MF_CONTENTDECRYPTIONMODULE_INPRIVATESTOREPATH property isn't set.

To improve COM performance, the app should not delete the store location after the CDM object has been released.

Set this property when you create a CDM by calling IMFContentDecryptionModuleAccess::CreateContentDecryptionModule.

Requirements

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

See also