MF_SESSION_CONTENT_PROTECTION_MANAGER attribute
Provides a callback interface for the application to receive a content enabler object from the protected media path (PMP) session.
Data type
IUnknown*
Remarks
The value of this attribute is a pointer to the application's IMFContentProtectionManager interface.
Set this attribute on the PMP session by using the pConfiguration parameter of the MFCreatePMPMediaSession function.
The GUID constant for this attribute is exported from mfuuid.lib.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
See also