IMFMediaEngineProtectedContent interface
Enables the Media Engine to play protected video content.
Members
The IMFMediaEngineProtectedContent interface inherits from the IUnknown interface. IMFMediaEngineProtectedContent also has these types of members:
Methods
The IMFMediaEngineProtectedContent interface has these methods.
| Method | Description |
|---|---|
| GetRequiredProtections |
Gets the content protections that must be applied in frame-server mode. |
| SetApplicationCertificate |
Sets the application's certificate. |
| SetContentProtectionManager |
Sets the content protection manager (CPM). |
| SetOPMWindow |
Specifies the window that should receive output link protections. |
| ShareResources |
Enables the Media Engine to access protected content while in frame-server mode. |
| TransferVideoFrame |
Copies a protected video frame to a DXGI surface. |
Remarks
To get a pointer to this interface, call QueryInterface on the Media Engine.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also