ID3D11VideoContext Interface

Provides the video functionality of a Microsoft Direct3D 11 device.

Syntax

interface ID3D11VideoContext : public ID3D11DeviceChild  

Remarks

To get a pointer to this interface, call QueryInterface with an ID3D11DeviceContext interface pointer.

This interface provides access to several areas of Microsoft Direct3D video functionality:

In Microsoft Direct3D 9, the equivalent functions were distributed across several interfaces:

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).