Contents

IOAF_Float32ToSwapInt16

Converts 32-bit floating point to non-native 16-bit integer

Declaration

void IOAF_Float32ToSwapInt16(const Float32 *src, SInt16 *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