DXVA_DeinterlaceQueryModeCaps - NtDoc

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

typedef struct _DXVA_DeinterlaceQueryModeCaps {
  DWORD          Size;
  GUID           Guid;
  DXVA_VideoDesc VideoDesc;
} DXVA_DeinterlaceQueryModeCaps;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-dxva-_dxva_deinterlacequerymodecaps)

_DXVA_DeinterlaceQueryModeCaps structure

Description

The DXVA_DeinterlaceQueryModeCaps structure describes a deinterlacing mode.

Members

Size

Indicates the size of this structure.

Guid

Specifies for which mode of deinterlacing the driver should return capabilities.

VideoDesc

Specifies a DXVA_VideoDesc structure that describes the type of video that is to be deinterlaced.

Remarks

The driver receives the DXVA_DeinterlaceQueryModeCaps structure with all members assigned in a query for capabilities about a particular deinterlacing mode. The driver returns capabilities in a DXVA_DeinterlaceCaps structure.

See also

DXVA_DeinterlaceCaps

DXVA_DeinterlaceQueryAvailableModes

DXVA_VideoDesc