Wwise SDK 2019.1.11
|
Retrieves the connection status.
Name | Type | Description |
---|---|---|
status * | string | The current connection status in text. |
console | object | Describe the remote process. |
console.host * | string | The IPv4 of the connected host. This can also be a file path if Wwise is connected to a local file (profiler session). |
console.platform * | string | Platform of the remote console as returned by the executable. |
console.customPlatform * | string | Platform, as defined in the project platforms of the remote console as returned by the executable. |
console.name * | string | Name of the remote console as returned by the executable. |
console.appName * | string | The name of the connected application as returned by the executable. |
isConnected * | boolean | Indicates if the Wwise Authoring application is connected to a Wwise Sound Engine process. |
(Required *)
Refer to 使用 Wwise Authoring API(WAAPI) for more information about WAAPI.