IOAF_Float32ToNativeInt16
Converts 32-bit floating point to native 16-bit integer
Declaration
void IOAF_Float32ToNativeInt16(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