Skip to content

Latest commit

 

History

History
82 lines (61 loc) · 3.28 KB

ns-d3dumddi-_d3dddiarg_createvideoprocessdevice.md

File metadata and controls

82 lines (61 loc) · 3.28 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._D3DDDIARG_CREATEVIDEOPROCESSDEVICE
_D3DDDIARG_CREATEVIDEOPROCESSDEVICE (d3dumddi.h)
The D3DDDIARG_CREATEVIDEOPROCESSDEVICE structure describes a Microsoft DirectX Video Acceleration (DirectX VA) video processing device to create.
display\d3dddiarg_createvideoprocessdevice.htm
display
05/10/2018
D3DDDIARG_CREATEVIDEOPROCESSDEVICE structure
D3DDDIARG_CREATEVIDEOPROCESSDEVICE, D3DDDIARG_CREATEVIDEOPROCESSDEVICE structure [Display Devices], UMDisplayDriver_param_Structs_b8b0d8fa-b750-440d-afa4-556ffb33074a.xml, _D3DDDIARG_CREATEVIDEOPROCESSDEVICE, d3dumddi/D3DDDIARG_CREATEVIDEOPROCESSDEVICE, display.d3dddiarg_createvideoprocessdevice
d3dumddi.h
D3dumddi.h
Windows
Available in Windows Vista and later versions of the Windows operating systems.
Windows
D3DDDIARG_CREATEVIDEOPROCESSDEVICE
_D3DDDIARG_CREATEVIDEOPROCESSDEVICE
d3dumddi/_D3DDDIARG_CREATEVIDEOPROCESSDEVICE
D3DDDIARG_CREATEVIDEOPROCESSDEVICE
d3dumddi/D3DDDIARG_CREATEVIDEOPROCESSDEVICE
APIRef
kbSyntax
HeaderDef
d3dumddi.h
_D3DDDIARG_CREATEVIDEOPROCESSDEVICE
D3DDDIARG_CREATEVIDEOPROCESSDEVICE

_D3DDDIARG_CREATEVIDEOPROCESSDEVICE structure

-description

The D3DDDIARG_CREATEVIDEOPROCESSDEVICE structure describes a Microsoft DirectX Video Acceleration (DirectX VA) video processing device to create.

-struct-fields

-field pVideoProcGuid [in]

A pointer to the GUID that represents a DirectX VA video processing device to create. The Microsoft Direct3D runtime can call the user-mode display driver's GetCaps function to query for the video processing GUIDs that the driver supports.

-field VideoDesc [in]

The DXVADDI_VIDEODESC structure for the video stream that the video processing device should process.

-field RenderTargetFormat [in]

A D3DDDIFORMAT-typed value that indicates the pixel format of the render target for the video processing device.

-field MaxSubStreams [in]

The maximum number of video substreams that can be sent to the video processing device. If this value is set to zero, the device never receives any video substreams.

-field hVideoProcess [in/out]

A handle to the video processing device. The user-mode display driver must set this handle to a value that the Microsoft Direct3D runtime can use to identify the video processing device in subsequent calls.

-see-also

CreateVideoProcessDevice

DXVADDI_VIDEODESC