// d3dkmthk.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
Contains multiplane overlay attributes.
FlagsFlag options.
SrcRectSpecifies the source rectangle.
DstRectSpecifies the destination rectangle.
ClipRectSpecifies any additional clipping.
RotationSpecifies the clockwise rotation of the overlay plane.
BlendSpecifies the blend mode that applies to this overlay plane and the plane beneath it.
DirtyRectCountThe number of dirty rectangles.
pDirtyRectsA pointer to an array of dirty rectangles.
VideoFrameFormatColorSpaceThe color space of the data.
StereoFormatStereo format.
StereoLeftViewFrame0Stereo left view frame 0.
StereoBaseViewFrame0Stereo base view frame 0.
StereoFlipModeStereo flip mode.
StretchQualityStretch quality.
Reserved1Reserved for internal use.