IMFCdmSuspendNotify interface (mfmediaengine.h)

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.

Inheritance

The IMFCdmSuspendNotify interface inherits from the IUnknown interface. IMFCdmSuspendNotify also has these types of members:

Methods

The IMFCdmSuspendNotify interface has these methods.

 
IMFCdmSuspendNotify::Begin

Indicates that the suspend process is starting and resources should be brought into a consistent state.
IMFCdmSuspendNotify::End

The actual suspend is about to occur and no more calls will be made into the Content Decryption Module (CDM).

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header mfmediaengine.h

See also

Media Foundation Interfaces