IMFMediaKeySessionNotify interface
Provides a mechanism for notifying the app about information regarding the media key session.
Members
The IMFMediaKeySessionNotify interface inherits from the IUnknown interface. IMFMediaKeySessionNotify also has these types of members:
Methods
The IMFMediaKeySessionNotify interface has these methods.
| Method | Description |
|---|---|
| KeyAdded |
Notifies the application that the key has been added. |
| KeyError |
Notifies the application that an error occurred while processing the key. |
| KeyMessage |
Passes information to the application so it can initiate a key acquisition. |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
IDL |
|
See also