|
|
| static bool AkWaapiClient::Unsubscribe |
( |
ulong |
SubscriptionID, |
|
|
int |
TimeoutMs, |
|
|
out string |
Result | |
|
) |
| | [inline, static] |
Unsubscribes from a topic.
- 引数:
-
| SubscriptionID | Unique ID representing the subscription |
| TimeoutMs | Timeout in milliseconds to wait on the Wwise Authoring application to respond |
| Result | Result of the unsubscription attempt |
- 戻り値:
- Unsubscription success
|