// d3dkmthk.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES structure 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.
NumFiltersOptionally specifies the number of filters that the driver and hardware implement on the overlay plane.
pFiltersAn optional pointer to a buffer that specifies the filters that the driver and hardware implement on the overlay plane.
VideoFrameFormatSpecifies the overlay plane's video frame format, given as a value from the D3DKMT_MULTIPLANE_OVERLAY_VIDEO_FRAME_FORMAT enumeration.
YCbCrFlagsSpecifies YUV range and conversion info given as a value from the D3DKMT_MULTIPLANE_OVERLAY_YCbCr_FLAGS enumeration.
StereoFormatSpecifies the overlay plane's video frame format, given as a value from the D3DKMT_MULTIPLANE_OVERLAY_STEREO_FORMAT enumeration.
StereoLeftViewFrame0Reserved for system use. Must always be FALSE.
StereoBaseViewFrame0Reserved for system use. Must always be FALSE.
StereoFlipModeSpecifies the overlay plane's stereo flip mode, given as a value from the _DXGKMT_MULTIPLANE_OVERLAY_STEREO_FLIP_MODE enumeration.
StretchQualitySpecifies the overlay plane's stretch quality, given as a value from the _DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY enumeration.