IDirect3DVideoDevice9::GetDXVACompressedBufferInfo

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

IDirect3DVideoDevice9::GetDXVACompressedBufferInfo

Returns compressed buffer information.

  HRESULT 
  GetDXVACompressedBufferInfo(
  GUID* pGuid,
  DXVAUncompDataInfo* pUncompData,
  DWORD* pNumBuffers,
  DXVACompBufferInfo* pBufferInfo
);

Parameters

  • pGuid
    [in] Pointer to guid to get info upon.
  • pUncompData
    [out] Pointer to a DXVAUncompDataInfo structure.
  • pNumBuffers
    [out] Pointer to a DWORD that describes the number of buffers to allocate.
  • pBufferInfo
    [out] Pointer to a DXVACompBufferInfo structure.

Return Values

Requirements

Header: Declared in Dxva.h.

See Also

IDirect3DVideoDevice9 Interface