ID3D11VideoProcessorEnumerator interface
Enumerates the video processor capabilities of a Microsoft Direct3D 11 device.
Members
The ID3D11VideoProcessorEnumerator interface inherits from ID3D11DeviceChild. ID3D11VideoProcessorEnumerator also has these types of members:
Methods
The ID3D11VideoProcessorEnumerator interface has these methods.
| Method | Description |
|---|---|
| CheckVideoProcessorFormat |
Queries whether the video processor supports a specified video format. |
| GetVideoProcessorCaps |
Gets the capabilities of the video processor. |
| GetVideoProcessorContentDesc |
Gets the content description that was used to create this enumerator. |
| GetVideoProcessorCustomRate |
Gets a list of custom frame rates that a video processor supports. |
| GetVideoProcessorFilterRange |
Gets the range of values for an image filter. |
| GetVideoProcessorRateConversionCaps |
Returns a group of video processor capabilities that are associated with frame-rate conversion, including deinterlacing and inverse telecine. |
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
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
See also