Freigeben über


D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS-Enumeration (d3dumddi.h)

Identifiziert Überlagerungsfunktionen.

Syntax

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;

Konstanten

 
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_ROTATION
Die Überlagerungsebene kann die Daten um 90, 180 und 270 Grad drehen.
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_VERTICAL_FLIP
Die Überlagerungsebene kann die Daten vertikal drehen, sodass sie auf den Kopf gestellt angezeigt werden.
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_HORIZONTAL_FLIP
Die Überlagerungsebene kann die Daten horizontal spiegeln, sodass sie als rechts-nach-links-Spiegel Bild angezeigt werden.
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_DEINTERLACE
Ist für das System reserviert. Der Anzeigetreiber für den Benutzermodus sollte diesen Wert nicht verwenden.
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_RGB
Die Überlagerungsebene unterstützt das RGB-Format.
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_YUV
Die Überlagerungsebene unterstützt das YUV-Format.
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_BILINEAR_FILTER
Die Überlagerungsebene unterstützt das Strecken und Verkleinern mithilfe der bilinearen Filterung.
D3DDDI_MULTIPLANE_OVERLAY_FEATURE_CAPS_HIGH_FILTER
Die Überlagerungsebene unterstützt das Strecken und Verkleinern mithilfe von Filterungen, die besser als die bilineare Filterung sind.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 8.1
Unterstützte Mindestversion (Server) Windows Server 2012 R2
Kopfzeile d3dumddi.h (include D3dumddi.h)