|
Wwise SDK 2022.1.19
|
#include <stdint.h>型定義 | |
| typedef uint8_t | AkUInt8 |
| Unsigned 8-bit integer [詳解] | |
| typedef uint16_t | AkUInt16 |
| Unsigned 16-bit integer [詳解] | |
| typedef uint32_t | AkUInt32 |
| Unsigned 32-bit integer [詳解] | |
| typedef uint64_t | AkUInt64 |
| Unsigned 64-bit integer [詳解] | |
| typedef int8_t | AkInt8 |
| Signed 8-bit integer [詳解] | |
| typedef int16_t | AkInt16 |
| Signed 16-bit integer [詳解] | |
| typedef int32_t | AkInt32 |
| Signed 32-bit integer [詳解] | |
| typedef int64_t | AkInt64 |
| Signed 64-bit integer [詳解] | |
| typedef float | AkReal32 |
| 32-bit floating point [詳解] | |
| typedef double | AkReal64 |
| 64-bit floating point [詳解] | |
| typedef intptr_t | AkIntPtr |
| Integer type for pointers [詳解] | |
| typedef uintptr_t | AkUIntPtr |
| Integer (unsigned) type for pointers [詳解] | |
Numeral data type definitions.
AkNumeralTypes.h に定義があります。