// d3d10umddi.h
typedef struct D3D11_1DDIARG_CREATEVIDEOPROCESSOR {
D3D11_1DDI_HVIDEOPROCESSORENUM hVideoProcessorEnum;
UINT RateConversionCapsIndex;
} D3D11_1DDIARG_CREATEVIDEOPROCESSOR;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies the attributes of a video processor object.
hVideoProcessorEnumA handle to a video processor enumeration object that was created through a call to the CreateVideoProcessorEnum function.
RateConversionCapsIndexSpecifies the frame-rate conversion capabilities for the video processor. The value is a zero-based index that corresponds to the RateConversionIndex parameter of the GetVideoProcessorRateConversionCaps method.
GetVideoProcessorRateConversionCaps