Skip to content

Latest commit

 

History

History
91 lines (65 loc) · 3.31 KB

ns-dxvahd-dxvahd_blt_state_alpha_fill_data.md

File metadata and controls

91 lines (65 loc) · 3.31 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_ALPHA_FILL_DATA
DXVAHD_BLT_STATE_ALPHA_FILL_DATA (dxvahd.h)
Specifies how the output alpha values are calculated for blit operations when using Microsoft DirectX Video Acceleration High Definition (DXVA-HD).
DXVAHD_BLT_STATE_ALPHA_FILL_DATA
DXVAHD_BLT_STATE_ALPHA_FILL_DATA structure [Media Foundation]
dxvahd/DXVAHD_BLT_STATE_ALPHA_FILL_DATA
mf.dxvahd_blt_state_alpha_fill_data
mf\dxvahd_blt_state_alpha_fill_data.htm
mf
dcd42210-d5f8-42c7-aac0-08f0ce4b7ac9
12/05/2018
DXVAHD_BLT_STATE_ALPHA_FILL_DATA, DXVAHD_BLT_STATE_ALPHA_FILL_DATA structure [Media Foundation], dxvahd/DXVAHD_BLT_STATE_ALPHA_FILL_DATA, mf.dxvahd_blt_state_alpha_fill_data
dxvahd.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
DXVAHD_BLT_STATE_ALPHA_FILL_DATA
19H1
_DXVAHD_BLT_STATE_ALPHA_FILL_DATA
dxvahd/_DXVAHD_BLT_STATE_ALPHA_FILL_DATA
DXVAHD_BLT_STATE_ALPHA_FILL_DATA
dxvahd/DXVAHD_BLT_STATE_ALPHA_FILL_DATA
c++
APIRef
kbSyntax
HeaderDef
dxvahd.h
DXVAHD_BLT_STATE_ALPHA_FILL_DATA

DXVAHD_BLT_STATE_ALPHA_FILL_DATA structure

-description

Specifies how the output alpha values are calculated for blit operations when using Microsoft DirectX Video Acceleration High Definition (DXVA-HD).

-struct-fields

-field Mode

Specifies the alpha fill mode, as a member of the DXVAHD_ALPHA_FILL_MODE enumeration.

If the FeatureCaps member of the DXVAHD_VPDEVCAPS structure does not contain the DXVAHD_FEATURE_CAPS_ALPHA_FILL flag, the alpha fill mode must be set to DXVAHD_ALPHA_FILL_MODE_OPAQUE.

The default state value is DXVAHD_ALPHA_FILL_MODE_OPAQUE.

-field StreamNumber

Zero-based index of the input stream to use for the alpha values. This member is used when the alpha fill mode is DXVAHD_ALPHA_FILL_MODE_SOURCE_STREAM; otherwise, the value is ignored.

To get the maximum number of streams, call IDXVAHD_Device::GetVideoProcessorDeviceCaps and check the MaxStreamStates member of the DXVAHD_VPDEVCAPS structure.

-see-also

DXVA-HD

DXVAHD_BLT_STATE

Direct3D Video Structures

IDXVAHD_VideoProcessor::SetVideoProcessBltState

Media Foundation Structures