Edit

Share via


Content Decryption Module (CDM) GUIDs

The following GUIDs support Content Decryption Module (CDM) implementations.

MF_CONTENTDECRYPTIONMODULE_SERVICE

Service GUID used to obtain interfaces from an IMFContentDecryptionModule implementation,such as the WinRT IMediaProtectionPMPServer interface. An implementation of IMFContentDecryptionModule should implement IMFGetService and support this service GUID.

MF_ENCRYPTEDMEDIAEXTENSIONS_ACTIVATE

The CLSID for instantiating a proxy object that implements IMFActivate. Use this proxy object to instantiate and initialize an Encrypted Media Extension (EME) object in an external process. For more information on using this proxy, see MF_ENCRYPTEDMEDIAEXTENSIONS_ACTIVATABLE_CLASS_ID and MF_ENCRYPTEDMEDIAEXTENSIONS_INITIALIZATION_DATA.

Requirements

Requirement Value
Header
mfcontentdecryptionmodule.h

See also