DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE structure (d3dkmddi.h)

DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE

Describes the multi-plane overlay plane attributes, allocation, and video present network source identification number.

Syntax

typedef struct _DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE {
  HANDLE                              hAllocation;
  D3DDDI_VIDEO_PRESENT_SOURCE_ID      VidPnSourceId;
  UINT                                LayerIndex;
  DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES2 PlaneAttributes;
} DXGK_MULTIPLANE_OVERLAY_PLANE_WITH_SOURCE;

Members

hAllocation

A handle to the allocation.

VidPnSourceId

The zero-based video present network source identification number of the input for which the support levels are queried.

LayerIndex

The index of the layer being queried.

PlaneAttributes

A DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES2 structure that specifies overlay plane attributes.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header d3dkmddi.h (include D3dkmddi.h)

See also

DXGK_MULTIPLANE_OVERLAY_ATTRIBUTES2