D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES structure (d3dkmthk.h)

Structure that contains multiplane overlay attributes.

Syntax

typedef struct D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES {
  UINT                                         Flags;
  RECT                                         SrcRect;
  RECT                                         DstRect;
  RECT                                         ClipRect;
  D3DDDI_ROTATION                              Rotation;
  D3DKMT_MULTIPLANE_OVERLAY_BLEND              Blend;
  UINT                                         DirtyRectCount;
  RECT                                         *pDirtyRects;
  UINT                                         NumFilters;
  void                                         *pFilters;
  D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT VideoFrameFormat;
  UINT                                         YCbCrFlags;
  D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT      StereoFormat;
  BOOL                                         StereoLeftViewFrame0;
  BOOL                                         StereoBaseViewFrame0;
  DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE   StereoFlipMode;
  DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY    StretchQuality;
} D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES;

Members

Flags

Flag options.

SrcRect

Specifies the source rectangle.

DstRect

Specifies the destination rectangle.

ClipRect

Specifies any additional clipping.

Rotation

Specifies the clockwise rotation of the overlay plane.

Blend

Specifies the blend mode that applies to this overlay plane and the plane beneath it.

DirtyRectCount

The number of dirty rectangles.

pDirtyRects

A pointer to an array of dirty rectangles.

NumFilters

Optionally specifies the number of filters that the driver and hardware implement on the overlay plane.

pFilters

An optional pointer to a buffer that specifies the filters that the driver and hardware implement on the overlay plane.

VideoFrameFormat

Specifies the overlay plane's video frame format, given as a value from the D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT enumeration.

YCbCrFlags

Specifies YUV range and conversion info given as a value from the D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAGS enumeration.

StereoFormat

Specifies the overlay plane's video frame format, given as a value from the D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT enumeration.

StereoLeftViewFrame0

Reserved for system use. Must always be FALSE.

StereoBaseViewFrame0

Reserved for system use. Must always be FALSE.

StereoFlipMode

Specifies the overlay plane's stereo flip mode, given as a value from the _DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE enumeration.

StretchQuality

Specifies the overlay plane's stretch quality, given as a value from the _DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY enumeration.

Requirements

Requirement Value
Header d3dkmthk.h