ID3D11VideoProcessor interface (d3d11.h)

Represents a video processor for Microsoft Direct3D 11.

Inheritance

The ID3D11VideoProcessor interface inherits from ID3D11DeviceChild. ID3D11VideoProcessor also has these types of members:

Methods

The ID3D11VideoProcessor interface has these methods.

 
ID3D11VideoProcessor::GetContentDesc

Gets the content description that was used to create the video processor.
ID3D11VideoProcessor::GetRateConversionCaps

Gets the rate conversion capabilities of the video processor.

Remarks

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

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header d3d11.h

See also

Direct3D 11 Video Interfaces

ID3D11DeviceChild