DXVAUncompDataInfo structure (dxva9typ.h)

Specifies the dimensions and pixel format of the uncompressed surfaces for DirectX Video Acceleration (DXVA) video decoding.

Syntax

typedef struct _DXVAUncompDataInfo {
  DWORD     UncompWidth;
  DWORD     UncompHeight;
  D3DFORMAT UncompFormat;
} DXVAUncompDataInfo;

Members

UncompWidth

The width of the uncompressed data, in pixels.

UncompHeight

The height of the uncompressed data, in pixels.

UncompFormat

The pixel format of the uncompressed data, specified as a D3DFORMAT value.

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

IDirect3DVideoDevice9