Contents

IOAF_Float32ToNativeInt24

Converts 32-bit floating point to native 24-bit integer

Declaration

void IOAF_Float32ToNativeInt24(const Float32 *src, UInt8 *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