D3D11_1DDIARG_CREATEVIDEOPROCESSOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef struct D3D11_1DDIARG_CREATEVIDEOPROCESSOR {
  D3D11_1DDI_HVIDEOPROCESSORENUM hVideoProcessorEnum;
  UINT                           RateConversionCapsIndex;
} D3D11_1DDIARG_CREATEVIDEOPROCESSOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11_1ddiarg_createvideoprocessor)

D3D11_1DDIARG_CREATEVIDEOPROCESSOR structure

Description

Specifies the attributes of a video processor object.

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.

See also

CreateVideoProcessorEnum

GetVideoProcessorRateConversionCaps