IDirect3DDevice9Video interface
Enables an application to use content protection and encryption services implemented by a graphics driver.
To get a pointer to this interface, call QueryInterface on a D3D9Ex device.
Members
The IDirect3DDevice9Video interface inherits from the IUnknown interface. IDirect3DDevice9Video also has these types of members:
Methods
The IDirect3DDevice9Video interface has these methods.
| Method | Description |
|---|---|
| CreateAuthenticatedChannel |
Creates a channel to communicate with the Direct3D device or the graphics driver. |
| CreateCryptoSession |
Creates a cryptographic session to encrypt video content that is sent to the display driver. |
| GetContentProtectionCaps |
Queries the display driver for its content protection capabilities. |
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also