DXVADDI_PRIVATEDATA structure (d3dumddi.h)

The DXVADDI_PRIVATEDATA structure describes data that is required for a particular decoder to operate.

Syntax

typedef struct _DXVADDI_PRIVATEDATA {
  [in] VOID *pData;
  [in] UINT DataSize;
} DXVADDI_PRIVATEDATA;

Members

[in] pData

A pointer to a buffer that contains decoder data.

[in] DataSize

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

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_CREATEDECODEDEVICE

D3DDDIARG_DECODEEXECUTE

D3DDDIARG_DECODEEXTENSIONEXECUTE