Expand Minimize
This topic has not yet been rated - Rate this topic

DXVA2FixedToFloat function

Converts a DXVA2_Fixed32 value to a floating-point number.

Syntax


float DXVA2FixedToFloat(
  _In_  const DXVA2_Fixed32 _fixed_
);

Parameters

_fixed_ [in]

DXVA2_Fixed32 structure that contains a fixed-point value.

Return value

The function returns the converted floating-point number.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Dxva2api.h

See also

Media Foundation Functions

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.