D3D11_1DDIARG_CREATEVIDEOPROCESSOR structure (d3d10umddi.h)

Specifies the attributes of a video processor object.

Syntax

typedef struct D3D11_1DDIARG_CREATEVIDEOPROCESSOR {
  D3D11_1DDI_HVIDEOPROCESSORENUM hVideoProcessorEnum;
  UINT                           RateConversionCapsIndex;
} D3D11_1DDIARG_CREATEVIDEOPROCESSOR;

Members

hVideoProcessorEnum

A handle to a video processor enumeration object that was created through a call to the CreateVideoProcessorEnum function.

RateConversionCapsIndex

Specifies 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.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3d10umddi.h (include D3d10umddi.h)

See also

CreateVideoProcessorEnum

GetVideoProcessorRateConversionCaps