ID3D11VideoProcessorEnumerator Interface

Enumerates the video processor capabilities of a Microsoft Direct3D 11 device.

Syntax

interface ID3D11VideoProcessorEnumerator : public ID3D11DeviceChild  

Remarks

To get a pointer to this interface, call ID3D11VideoDevice::CreateVideoProcessorEnumerator.

To create an instance of the video processor, pass the ID3D11VideoProcessorEnumerator pointer to the ID3D11VideoDevice::CreateVideoProcessor method.

Requirements

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