DXVABufferInfo structure (dxva9typ.h)

Specifies a buffer for the IDirect3DDXVADevice9::Execute method.

Syntax

typedef struct _DXVABufferInfo {
  VOID  *pCompSurface;
  DWORD DataOffset;
  DWORD DataSize;
} DXVABufferInfo;

Members

pCompSurface

A pointer to the IDirect3DSurface9 interface.

DataOffset

The offset of the relevant data from the beginning of the buffer, in bytes.

DataSize

The size of the relevant data in the buffer, in bytes.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header dxva9typ.h (include Dxva.h)

See also

Direct3D Video Structures

IDirect3DDXVADevice9