Condividi tramite


Funzione DXVA2FixedToFloat (dxva2api.h)

Converte un valore DXVA2_Fixed32 in un numero a virgola mobile.

Sintassi

float DXVA2FixedToFloat(
  [in] const DXVA2_Fixed32 _fixed_
);

Parametri

[in] _fixed_

DXVA2_Fixed32 struttura contenente un valore a virgola fissa.

Valore restituito

La funzione restituisce il numero a virgola mobile convertita.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione dxva2api.h

Vedi anche

Funzioni di Media Foundation