Skip to content

Latest commit

 

History

History
95 lines (67 loc) · 2.85 KB

ns-dxvahd-dxvahd_blt_state_private_data.md

File metadata and controls

95 lines (67 loc) · 2.85 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_PRIVATE_DATA
DXVAHD_BLT_STATE_PRIVATE_DATA (dxvahd.h)
Contains data for a private blit state for Microsoft DirectX Video Acceleration High Definition (DXVA-HD).
DXVAHD_BLT_STATE_PRIVATE_DATA
DXVAHD_BLT_STATE_PRIVATE_DATA structure [Media Foundation]
dxvahd/DXVAHD_BLT_STATE_PRIVATE_DATA
mf.dxvahd_blt_state_private_data
mf\dxvahd_blt_state_private_data.htm
mf
b85d4429-9346-4c85-8c3d-efffe0c1e63a
12/05/2018
DXVAHD_BLT_STATE_PRIVATE_DATA, DXVAHD_BLT_STATE_PRIVATE_DATA structure [Media Foundation], dxvahd/DXVAHD_BLT_STATE_PRIVATE_DATA, mf.dxvahd_blt_state_private_data
dxvahd.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Windows
DXVAHD_BLT_STATE_PRIVATE_DATA
19H1
_DXVAHD_BLT_STATE_PRIVATE_DATA
dxvahd/_DXVAHD_BLT_STATE_PRIVATE_DATA
DXVAHD_BLT_STATE_PRIVATE_DATA
dxvahd/DXVAHD_BLT_STATE_PRIVATE_DATA
c++
APIRef
kbSyntax
HeaderDef
dxvahd.h
DXVAHD_BLT_STATE_PRIVATE_DATA

DXVAHD_BLT_STATE_PRIVATE_DATA structure

-description

Contains data for a private blit state for Microsoft DirectX Video Acceleration High Definition (DXVA-HD).

-struct-fields

-field Guid

A GUID that identifies the private state. The meaning of this value is defined by the device.

-field DataSize

The size, in bytes, of the buffer pointed to by the pData member.

-field pData

A pointer to a buffer that contains the private state data. The DXVA-HD runtime passes this buffer directly to the device without validation.

-remarks

Use this structure for proprietary or device-specific state parameters.

The caller allocates the pData array. Set the DataSize member to the size of the array in bytes. When retrieving the state data, you can set pData to NULL to get the size of the data. The device will return the size in the DataSize member.

-see-also

DXVA-HD

DXVAHD_BLT_STATE

Direct3D Video Structures

IDXVAHD_VideoProcessor::SetVideoProcessBltState

Media Foundation Structures