IMFMediaKeys interface
Represents a media keys used for decrypting media data using a Digital Rights Management (DRM) key system.
Members
The IMFMediaKeys interface inherits from the IUnknown interface. IMFMediaKeys also has these types of members:
Methods
The IMFMediaKeys interface has these methods.
| Method | Description |
|---|---|
| CreateSession |
Creates a media key session object using the specified initialization data and custom data. . |
| get_KeySystem |
Gets the key system string the IMFMediaKeys object was created with. |
| GetSuspendNotify |
Gets the suspend notify interface of the Content Decryption Module (CDM). |
| Shutdown |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
IDL |
|
See also