DXVACompBufferInfo

Bb173318.XDK_CHM_BANNER_left(en-us,VS.85).jpg Bb173318.XDK_CHM_BANNER_right(en-us,VS.85).jpg

DXVACompBufferInfo

typedef struct DXVACompBufferInfo {
    DWORD NumCompBuffers;
    DWORD WidthToCreate;
    DWORD HeightToCreate;
    DWORD BytesToAllocate;
    DWORD Usage;
    D3DPOOL Pool;
    D3DFORMAT Format;
} DXVACompBufferInfo, *LPDXVACompBufferInfo;

Members

  • NumCompBuffers
    Number of buffers required for compressed data.
  • WidthToCreate
    Width of surface to create.
  • HeightToCreate
    Height of surface to create.
  • BytesToAllocate
    Total number of bytes used by each surface.
  • Usage
    Usage used to create the compressed buffer.
  • Pool
    Pool where the compressed buffer belongs.
  • Format
    Format used to create the compressed buffer.

Requirements

Header: Declared in Dxva.h.