ID3D11VideoDevice Interface

Provides the video decoding and video processing capabilities of a Microsoft Direct3D 11 device.

Syntax

interface ID3D11VideoDevice : public IUnknown  

Remarks

The Microsoft Direct3D 11 device supports this interface. To get a pointer to this interface, call QueryInterface with an ID3D11Device interface pointer.

Requirements

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