|
static uint AkAudioInputManager::PostAudioInputEvent |
( |
AK.Wwise.Event |
akEvent, |
|
|
UnityEngine.GameObject |
gameObject, |
|
|
AudioSamplesDelegate |
sampleDelegate, |
|
|
AudioFormatDelegate |
formatDelegate = null
|
|
|
) |
|
|
[inline, static] |
This method is used to post events that use the Wwise Audio Input plug-in.
- 参数:
-
|
akEvent |
The event to post. |
|
gameObject |
The GameObject that the event will be posted on. |
|
sampleDelegate |
The C# audio sample delegate. |
|
formatDelegate |
The C# audio format delegate. If not specified, defaults to a mono source running at the sample rate of the sound engine. |
- 返回:
- The playingID of the newly instantiated sound associated with the posted event.
|