D3DDDI_MULTIPLANE_OVERLAY_GROUP_CAPS_INPUT - NtDoc

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

typedef struct D3DDDI_MULTIPLANE_OVERLAY_GROUP_CAPS_INPUT {
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [in] UINT                           GroupIndex;
} D3DDDI_MULTIPLANE_OVERLAY_GROUP_CAPS_INPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-d3dddi_multiplane_overlay_group_caps_input)

D3DDDI_MULTIPLANE_OVERLAY_GROUP_CAPS_INPUT structure

Description

Specifies info on a multiplane overlay capability group.

Members

VidPnSourceId [in]

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

GroupIndex [in]

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).

See also

D3DDDI_MULTIPLANE_OVERLAY_CAPS