Contents

IOAF_SwapInt24ToFloat32

Converts non-native 24-bit integer float to 32-bit float

Declaration

void IOAF_SwapInt24ToFloat32(const UInt8 *src, Float32 *dest, unsigned int count);

Parameters

  • src:

    Pointer to the data to convert

  • dest:

    Pointer to the converted data

  • count:

    The number of items to convert

See Also

Conversions