IOAF_NativeInt24ToFloat32
Converts native 24-bit integer float to 32-bit float
Declaration
void IOAF_NativeInt24ToFloat32(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