Partager via


structure DXGK_PRESENTMULTIPLANEOVERLAYINFO (d3dkmddi.h)

Spécifie des informations sur une entrée VidPN et un plan de superposition à afficher.

Syntaxe

typedef struct _DXGK_PRESENTMULTIPLANEOVERLAYINFO {
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID    VidPnSourceId;
  [in] UINT                              PlaneListCount;
  [in] DXGK_PRESENTMULTIPLANEOVERLAYLIST *pPlaneList;
} DXGK_PRESENTMULTIPLANEOVERLAYINFO;

Membres

[in] VidPnSourceId

La vidéo de base zéro présente le numéro d’identification source (VidPN) de l’entrée à afficher.

[in] PlaneListCount

Nombre de plans de superposition disponibles pour l’affichage.

[in] pPlaneList

Pointeur vers une structure de type DXGK_PRESENTMULTIPLANEOVERLAYLIST qui décrit le plan de superposition à afficher.

Exigences

Exigence Valeur
client minimum pris en charge Windows 8.1
serveur minimum pris en charge Windows Server 2012 R2
d’en-tête d3dkmddi.h (include D3dkmddi.h)

Voir aussi

DXGK_PRESENTMULTIPLANEOVERLAYLIST