Share via


MFMapDXGIFormatToDX9Format-Funktion (mfapi.h)

Konvertiert einen DXGI-Formatbezeichner (Microsoft DirectX Graphics Infrastructure) in einen Microsoft Direct3D 9-Formatbezeichner.

Syntax

DWORD MFMapDXGIFormatToDX9Format(
  [in] DXGI_FORMAT dx11
);

Parameter

[in] dx11

Der zu konvertierende DXGI_FORMAT Wert.

Rückgabewert

Gibt einen D3DFORMAT-Wert oder FOURCC-Code zurück.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows 8 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2012 [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile mfapi.h
Bibliothek Mfplat.lib
DLL Mfplat.dll

Weitere Informationen

MFMapDX9FormatToDXGIFormat

Media Foundation-Funktionen