Skip to content

Latest commit

 

History

History
114 lines (87 loc) · 3.21 KB

ns-dxvahd-dxvahd_blt_state_target_rect_data.md

File metadata and controls

114 lines (87 loc) · 3.21 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:dxvahd._DXVAHD_BLT_STATE_TARGET_RECT_DATA
DXVAHD_BLT_STATE_TARGET_RECT_DATA (dxvahd.h)
Specifies the target rectangle for blitting, when using Microsoft DirectX Video Acceleration High Definition (DXVA-HD).
DXVAHD_BLT_STATE_TARGET_RECT_DATA
DXVAHD_BLT_STATE_TARGET_RECT_DATA structure [Media Foundation]
FALSE
TRUE
dxvahd/DXVAHD_BLT_STATE_TARGET_RECT_DATA
mf.dxvahd_blt_state_target_rect_data
mf\dxvahd_blt_state_target_rect_data.htm
mf
2a810071-b5f7-4216-8108-83dce5c12836
12/05/2018
DXVAHD_BLT_STATE_TARGET_RECT_DATA, DXVAHD_BLT_STATE_TARGET_RECT_DATA structure [Media Foundation], FALSE, TRUE, dxvahd/DXVAHD_BLT_STATE_TARGET_RECT_DATA, mf.dxvahd_blt_state_target_rect_data
dxvahd.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
DXVAHD_BLT_STATE_TARGET_RECT_DATA
19H1
_DXVAHD_BLT_STATE_TARGET_RECT_DATA
dxvahd/_DXVAHD_BLT_STATE_TARGET_RECT_DATA
DXVAHD_BLT_STATE_TARGET_RECT_DATA
dxvahd/DXVAHD_BLT_STATE_TARGET_RECT_DATA
c++
APIRef
kbSyntax
HeaderDef
dxvahd.h
DXVAHD_BLT_STATE_TARGET_RECT_DATA

DXVAHD_BLT_STATE_TARGET_RECT_DATA structure

-description

Specifies the target rectangle for blitting, when using Microsoft DirectX Video Acceleration High Definition (DXVA-HD).

-struct-fields

-field Enable

Specifies whether to use the target rectangle. The default state value is FALSE.

Value Meaning
TRUE
Use the target rectangle specified by the TargetRect member.
FALSE
Use the entire destination surface as the target rectangle. Ignore the TargetRect member.

-field TargetRect

Specifies the target rectangle. The target rectangle is the area within the destination surface where the output will be drawn. The target rectangle is given in pixel coordinates, relative to the destination surface. The default state value is an empty rectangle, (0, 0, 0, 0).

If the Enable member is FALSE, the TargetRect member is ignored.

-see-also

DXVA-HD

DXVAHD_BLT_STATE

Direct3D Video Structures

IDXVAHD_VideoProcessor::SetVideoProcessBltState

Media Foundation Structures