Condividi tramite


struttura D3DKMT_GET_MULTIPLANE_OVERLAY_CAPS (d3dkmthk.h)

Usato per ottenere funzionalità di sovrimpressione multipla.

Sintassi

typedef struct _D3DKMT_GET_MULTIPLANE_OVERLAY_CAPS {
  [in]  D3DKMT_HANDLE                  hAdapter;
  [in]  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [out] UINT                           MaxPlanes;
  [out] UINT                           MaxRGBPlanes;
  [out] UINT                           MaxYUVPlanes;
  [out] D3DKMT_MULTIPLANE_OVERLAY_CAPS OverlayCaps;
  [out] float                          MaxStretchFactor;
  [out] float                          MaxShrinkFactor;
} D3DKMT_GET_MULTIPLANE_OVERLAY_CAPS;

Members

[in] hAdapter

Handle per la scheda grafica.

[in] VidPnSourceId

Numero di identificazione in base zero del video presente nell'origine in un percorso di una topologia Di rete (VidPN) a cui è connesso il monitor.

[out] MaxPlanes

Numero totale di piani attualmente supportati.

[out] MaxRGBPlanes

Numero di piani RGB attualmente supportati.

[out] MaxYUVPlanes

Numero di piani YUV attualmente supportati.

[out] OverlayCaps

Funzionalità di sovrapposizione.

[out] MaxStretchFactor

Fattore di estensione massimo.

[out] MaxShrinkFactor

Fattore di compattazione massimo.

Requisiti

Requisito Valore
Intestazione d3dkmthk.h