IMFCdmSuspendNotify interface
Used to enable the client to notify the Content Decryption Module (CDM) when global resources should be brought into a consistent state prior to suspending.
Members
The IMFCdmSuspendNotify interface inherits from the IUnknown interface. IMFCdmSuspendNotify also has these types of members:
Methods
The IMFCdmSuspendNotify interface has these methods.
| Method | Description |
|---|---|
| Begin |
Indicates that the suspend process is starting and resources should be brought into a consistent state. |
| End |
The actual suspend is about to occur and no more calls will be made into the Content Decryption Module (CDM). |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
IDL |
|
See also