Share via


struttura D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT (d3dumddi.h)

Usato in una chiamata alla funzione pfnCheckMultiPlaneOverlaySupport (D3D) per controllare i dettagli sul supporto hardware per le sovrimpressioni multiplane.

Sintassi

typedef struct _D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT {
  [in]  D3DDDI_VIDEO_PRESENT_SOURCE_ID                     VidPnSourceId;
  [out] UINT                                               NumPlanes;
  [out] D3DDDI_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE_INFO *pPlanes;
  [out] BOOL                                               Supported;
} D3DDDIARG_CHECKMULTIPLANEOVERLAYSUPPORT;

Members

[in] VidPnSourceId

Numero di identificazione dell'origine del video in base zero (VidPN) dell'input su cui viene eseguito il supporto hardware.

[out] NumPlanes

Numero di piani di sovrimpressione supportati dall'hardware.

[out] pPlanes

Puntatore a una struttura D3DDDI_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE_INFO che specifica gli attributi di supporto forniti dall'hardware per le sovrimpressioni multipla.

[out] Supported

TRUE se l'hardware supporta sovrimpressioni multiplane; in caso contrario , FALSE.

Requisiti

Requisito Valore
Client minimo supportato Windows 8.1
Server minimo supportato Windows Server 2012 R2
Intestazione d3dumddi.h (include D3d10umddi.h)

Vedi anche

D3DDDI_CHECK_MULTIPLANE_OVERLAY_SUPPORT_PLANE_INFO

pfnCheckMultiPlaneOverlaySupport (D3D)