|
◆ Subscribe() [1/2]
static bool AkWaapiClient.Subscribe |
( |
string |
Uri, |
|
|
string |
Options, |
|
|
WaapiEventCallback |
Callback, |
|
|
int |
TimeoutMs, |
|
|
out ulong |
SubscriptionID, |
|
|
out string |
Result |
|
) |
|
|
|
inlinestatic |
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
|