enumerazione D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS (d3dumddi.h)
Identifica le funzionalità di sovrimpressione.
Sintassi
typedef enum _D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS {
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_ROTATION,
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_VERTICAL_FLIP,
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_HORIZONTAL_FLIP,
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_DEINTERLACE,
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_RGB,
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_YUV,
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_BILINEAR_FILTER,
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_HIGH_FILTER
} D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS;
Costanti
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_ROTATION Il piano di sovrapposizione può ruotare i dati 90, 180 e 270 gradi. |
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_VERTICAL_FLIP Il piano di sovrimpressione può capovolgere i dati verticalmente, rendendoli capovolti. |
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_HORIZONTAL_FLIP Il piano di sovrapposizione può capovolgere orizzontalmente i dati, rendendoli visualizzati come immagine speculare da destra a sinistra. |
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_DEINTERLACE Riservato per l'utilizzo nel sistema. Il driver di visualizzazione in modalità utente non deve usare questo valore. |
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_RGB Il piano di sovrapposizione supporta il formato RGB. |
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_YUV Il piano di sovrapposizione supporta il formato YUV. |
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_BILINEAR_FILTER Il piano di sovrapposizione supporta l'estensione e la compattazione tramite il filtro bilineare. |
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_HIGH_FILTER Il piano di sovrapposizione supporta l'estensione e la compattazione usando i filtri migliori rispetto al filtro bilineare. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8.1 |
Server minimo supportato | Windows Server 2012 R2 |
Intestazione | d3dumddi.h (include D3dumddi.h) |