|
|
| static bool AkWaapiClient::Subscribe |
( |
string |
Uri, |
|
|
string |
Options, |
|
|
WaapiEventCallback |
Callback, |
|
|
int |
TimeoutMs, |
|
|
out ulong |
SubscriptionID, |
|
|
out string |
Result | |
|
) |
| | [inline, static] |
Subscribes to a topic. See Subscribing to Topics in the Wwise Authoring API for more information.
- 参数:
-
| Uri | Topic to subscribe to |
| Options | Elements of the Wwise objects to return |
| Callback | C# delegate to execute when subscription is triggered |
| TimeoutMs | Timeout in milliseconds to wait on the Wwise Authoring application to respond |
| SubscriptionID | Unique ID representing the subscription |
| Result | Result of the subscription attempt |
- 返回:
- Subscription success
|