Skip to content

Latest commit

 

History

History
72 lines (57 loc) · 2.99 KB

ns-d3dumddi-_dxvahdddi_stream_state_source_rect_data.md

File metadata and controls

72 lines (57 loc) · 2.99 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3dumddi._DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA
_DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA (d3dumddi.h)
The DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA structure describes stream-state data that specifies the source rectangle of the input stream.
display\dxvahdddi_stream_state_source_rect_data.htm
display
05/10/2018
DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA structure
DXVA2_Structs_82045602-8c6c-4a80-8698-06b34f0ca8d9.xml, DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA, DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA structure [Display Devices], _DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA, d3dumddi/DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA, display.dxvahdddi_stream_state_source_rect_data
d3dumddi.h
D3dumddi.h
Windows
DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA is supported beginning with the Windows 7 operating system.
Windows
DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA
_DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA
d3dumddi/_DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA
DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA
d3dumddi/DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA
APIRef
kbSyntax
HeaderDef
d3dumddi.h
_DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA
DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA

_DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA structure

-description

The DXVAHDDDI_STREAM_STATE_SOURCE_RECT_DATA structure describes stream-state data that specifies the source rectangle of the input stream. The driver scales the source rectangle within the input surface to the destination rectangle within the output surface.

-struct-fields

-field Enable [in]

A Boolean value that specifies whether the driver should use the SourceRect member or the entire input surface as the source. The default value is FALSE, which indicates that the entire input surface is the source.

-field SourceRect [in]

A RECT structure that specifies the source rectangle in the coordinates of the input surface. This member is relevant only when the Enable member is set to TRUE. The default value is (0,0,0,0).

-remarks

If the Enable member is set to TRUE and the source rectangle that the SourceRect member specifies is not within the input surface, the intersection of the source rectangle and the input surface is used as the source rectangle.

The application can use the source rectangle to specify the active rectangle (dirty region) of the source surface.

-see-also

RECT