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

DXVA2FloatToFixed function

Converts a floating-point number to a DXVA2_Fixed32 value.

Syntax


DXVA2_Fixed32 DXVA2FloatToFixed(
  _In_  const float _float_
);

Parameters

_float_ [in]

Floating-point number to convert to a fixed-point value.

Return value

The function returns a DXVA2_Fixed32 structure that contains the converted fixed-point value.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.