ID3D11VideoProcessorEnumerator::GetVideoProcessorRateConversionCaps Method

Returns a group of video processor capabilities that are associated with frame-rate conversion, including deinterlacing and inverse telecine.

Syntax

public:
HRESULT GetVideoProcessorRateConversionCaps(
         UINT TypeIndex,
         D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS *pCaps
)  

Parameters

TypeIndex
Type: UINT 

[in] The zero-based index of the group to retrieve. To get the maximum index, call ID3D11VideoProcessorEnumerator::GetVideoProcessorCaps and check the RateConversionCapsCount member of the D3D11_VIDEO_PROCESSOR_CAPS structure.

pCaps
Type: D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS *

[out] A pointer to a D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS structure that receives the frame-rate conversion capabilities.

Return value

Type: HRESULT 

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The capabilities defined in the D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS structure are interdependent. Therefore, the driver can support multiple, distinct groups of these capabilities.

Requirements

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