IDirect3DVideoDevice9::GetUncompressedDXVAFormats 

IDirect3DVideoDevice9::GetUncompressedDXVAFormats

Returns information about the uncompressed format supported by the specified device GUID.

  HRESULT 
  GetUncompressedDXVAFormats(
  GUID* pGuid,
  DWORD* pNumFormats,
  D3DFORMAT* pFormats
);

Parameters

  • pGuid
    [in] Pointer to a GUID that we want uncompressed format info for.
  • pNumFormats
    [out] Pointer to a DWORD that on input describes the size of the format array and on output returns the number of formats written to the array.
  • pFormats
    [in, out] Pointer to a D3DFORMAT array.

Return Values

Requirements

Header: Declared in Dxva.h.

See Also

IDirect3DVideoDevice9 Interface