DXGK_PRESENTMULTIPLANEOVERLAYINFO structure (d3dkmddi.h)
Specifies info on a VidPN input and an overlay plane to display.
Syntax
typedef struct _DXGK_PRESENTMULTIPLANEOVERLAYINFO {
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[in] UINT PlaneListCount;
[in] DXGK_PRESENTMULTIPLANEOVERLAYLIST *pPlaneList;
} DXGK_PRESENTMULTIPLANEOVERLAYINFO;
Members
[in] VidPnSourceId
The zero-based video present network (VidPN) source identification number of the input that is to be displayed.
[in] PlaneListCount
The number of overlay planes that are available to display.
[in] pPlaneList
A pointer to a structure of type DXGK_PRESENTMULTIPLANEOVERLAYLIST that describes the overlay plane to display.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 |
Minimum supported server | Windows Server 2012 R2 |
Header | d3dkmddi.h (include D3dkmddi.h) |