D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES2 structure (d3dkmthk.h)

Contains multiplane overlay attributes.

Syntax

typedef struct _D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES2 {
  UINT                                         Flags;
  RECT                                         SrcRect;
  RECT                                         DstRect;
  RECT                                         ClipRect;
  D3DDDI_ROTATION                              Rotation;
  D3DKMT_MULTIPLANE_OVERLAY_BLEND              Blend;
  UINT                                         DirtyRectCount;
  RECT                                         *pDirtyRects;
  D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT VideoFrameFormat;
  D3DDDI_COLOR_SPACE_TYPE                      ColorSpace;
  D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT      StereoFormat;
  BOOL                                         StereoLeftViewFrame0;
  BOOL                                         StereoBaseViewFrame0;
  DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE   StereoFlipMode;
  DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY    StretchQuality;
  UINT                                         Reserved1;
} D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES2;

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.

VideoFrameFormat

ColorSpace

The color space of the data.

StereoFormat

Stereo format.

StereoLeftViewFrame0

Stereo left view frame 0.

StereoBaseViewFrame0

Stereo base view frame 0.

StereoFlipMode

Stereo flip mode.

StretchQuality

Stretch quality.

Reserved1

Reserved for internal use.

Requirements

Requirement Value
Header d3dkmthk.h