D3DDDI_MULTIPLANE_OVERLAY_GROUP_CAPS_INPUT structure (d3dumddi.h)

Specifies info on a multiplane overlay capability group.

Syntax

typedef struct D3DDDI_MULTIPLANE_OVERLAY_GROUP_CAPS_INPUT {
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [in] UINT                           GroupIndex;
} D3DDDI_MULTIPLANE_OVERLAY_GROUP_CAPS_INPUT;

Members

[in] VidPnSourceId

The zero-based video present network (VidPN) source identification number of the input for which the capabilities are queried.

[in] GroupIndex

The index of the overlay capability group for which capabilities are queried. This value is always between zero and (D3DDDI_MULTIPLANE_OVERLAY_CAPS.NumCapabilityGroups – 1).

Requirements

Requirement Value
Header d3dumddi.h

See also

D3DDDI_MULTIPLANE_OVERLAY_CAPS