DXVADDI_PVP_BLOCK128 structure (d3dumddi.h)

The DXVADDI_PVP_KEY128 structure contains a 128-bit key that the decode device uses to start decoding a frame.

Syntax

typedef struct _DXVADDI_PVP_BLOCK128 {
       BYTE Data[16];
} DXVADDI_PVP_BLOCK128, DXVADDI_PVP_KEY128;

Members

[in] Data[16]

An array of 16 bytes that describes the 128-bit key that is used to start decoding.

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_SETKEY

DecodeBeginFrame