DXVAHDDDI_DEVICE_DESC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

typedef struct _DXVAHDDDI_DEVICE_DESC {
  [in] DXVAHDDDI_CONTENT_DESC *pContentDesc;
  [in] DXVAHDDDI_DEVICE_USAGE Usage;
} DXVAHDDDI_DEVICE_DESC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_dxvahdddi_device_desc)

_DXVAHDDDI_DEVICE_DESC structure

Description

The DXVAHDDDI_DEVICE_DESC structure describes a decode device.

Members

pContentDesc [in]

A pointer to a DXVAHDDDI_CONTENT_DESC structure that describes how the device decodes content.

Usage [in]

A DXVAHDDDI_DEVICE_USAGE-typed value that indicates how the decode device plays video.

Remarks

The driver considers the value in the Usage member and the information to which pContentDesc points to optimize its capabilities.

See also

DXVAHDDDI_CONTENT_DESC

DXVAHDDDI_DEVICE_USAGE