DXVA_DeinterlaceQueryModeCaps structure (dxva.h)
The DXVA_DeinterlaceQueryModeCaps structure describes a deinterlacing mode.
Syntax
typedef struct _DXVA_DeinterlaceQueryModeCaps {
DWORD Size;
GUID Guid;
DXVA_VideoDesc VideoDesc;
} DXVA_DeinterlaceQueryModeCaps;
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.
Requirements
Requirement | Value |
---|---|
Header | dxva.h (include Dxva.h) |