DXVABufferInfo structure (dxva9typ.h)
Specifies a buffer for the IDirect3DDXVADevice9::Execute method.
typedef struct _DXVABufferInfo {
VOID *pCompSurface;
DWORD DataOffset;
DWORD DataSize;
} DXVABufferInfo;
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.
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) |