Wwise SDK 2019.1.11
|
Stop the current content, associated to the specified playing ID, from playing. See AK::SoundEngine::StopPlayingID
.
Name | Type | Description |
---|---|---|
playingId * | integer | Playing ID to be stopped. Unsigned Integer 32-bit. Range: [0,4294967295] |
fadeCurve * | integer | Curve type to be used for the transition. Use values from AkCurveInterpolation . Range: [0,9] |
transitionDuration * | integer | Fade duration (ms). Integer 32-bit. Range: [-2147483648,2147483647] |
(Required *)
Refer to 使用 Wwise Authoring API(WAAPI) for more information about WAAPI.