Returns a group of video processor capabilities that are associated with frame-rate conversion, including deinterlacing and inverse telecine.
public:
HRESULT GetVideoProcessorRateConversionCaps(
UINT TypeIndex,
D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS *pCaps
)
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.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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.
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).