#include "AudioDevice.h"
#include "AudioManager.h"
#include "AudioStream.h"
Go to the source code of this file.
Typedefs | |
| typedef long long | sint64 |
| typedef int | sint32 |
| typedef short int | sint16 |
| typedef char | sint8 |
| typedef unsigned int | uint32 |
| typedef unsigned long long | uint64 |
| typedef unsigned short int | uint16 |
| typedef unsigned char | uint8 |
| typedef short int sint16 |
Definition at line 33 of file SpatialAudio.h.
| typedef int sint32 |
Definition at line 32 of file SpatialAudio.h.
| typedef long long sint64 |
Definition at line 31 of file SpatialAudio.h.
| typedef char sint8 |
Definition at line 34 of file SpatialAudio.h.
| typedef unsigned short int uint16 |
Definition at line 37 of file SpatialAudio.h.
| typedef unsigned int uint32 |
Definition at line 35 of file SpatialAudio.h.
| typedef unsigned long long uint64 |
Definition at line 36 of file SpatialAudio.h.
| typedef unsigned char uint8 |
Definition at line 38 of file SpatialAudio.h.
1.4.7