Table of Contents
Wwise SDK 2021.1.0
|
AkCommSettings Struct Reference
#include <AkCommunication.h>
Classes | |
struct | Ports |
Public Types | |
enum | AkCommSystem { AkCommSystem_Socket, AkCommSystem_HTCS } |
Allows selecting the communication system used to connect remotely the Authoring tool on the device. More... |
|
Public Member Functions | |
AkCommSettings () | |
Public Attributes | |
Ports | ports |
AkCommSystem | commSystem |
bool | bInitSystemLib |
char | szAppNetworkName [AK_COMM_SETTINGS_MAX_STRING_SIZE] |
Detailed Description
Platform-independent initialization settings of communication module between the Wwise sound engine and authoring tool.
- See also
Definition at line 48 of file AkCommunication.h.