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
Numéro d’identification de la source VidPN (VidPN) de l’entrée qui doit être affichée.
[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.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8.1 |
Serveur minimal pris en charge | Windows Server 2012 R2 |
En-tête | d3dkmddi.h (inclure D3dkmddi.h) |