DXVADDI_PVP_SETKEY structure (d3dumddi.h)

The DXVADDI_PVP_SETKEY structure describes a key that the decode device uses to start decoding a frame.

Syntax

typedef struct _DXVADDI_PVP_SETKEY {
  [in] DXVADDI_PVP_KEY128 ContentKey;
} DXVADDI_PVP_SETKEY;

Members

[in] ContentKey

A DXVADDI_PVP_KEY128 structure that contains the 128-bit key.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dumddi.h (include D3dumddi.h)

See also

D3DDDIARG_DECODEBEGINFRAME

DXVADDI_PVP_KEY128

DecodeBeginFrame