DXVA2FloatToFixed-Funktion (dxva2api.h)

Konvertiert eine Gleitkommazahl in einen DXVA2_Fixed32 Wert.

Syntax

DXVA2_Fixed32 DXVA2FloatToFixed(
  [in] const float _float_
);

Parameter

[in] _float_

Gleitkommazahl, die in einen Fixpunktwert konvertiert werden soll.

Rückgabewert

Die Funktion gibt eine DXVA2_Fixed32-Struktur zurück, die den konvertierten Fixpunktwert enthält.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile dxva2api.h

Siehe auch

Media Foundation-Funktionen