menu
 
版本
2017.2.10.6745

2024.1.4.8780

2023.1.12.8706

2022.1.18.8567

2021.1.14.8108

2019.2.15.7667

2019.1.11.7296

2018.1.11.6987

2017.2.10.6745

2017.1.9.6501

2016.2.6.6153

2015.1.9.5624


menu_open

AkAudioInputManager类参考

This class represents an example audio input manager and is responsible for managing the audio sample and format callbacks provided to the Wwise Audio Input plug-in. 更多...

所有成员的列表。

公有成员

delegate void  AudioFormatDelegate (uint playingID, AkAudioFormat format)
  Sanitized audio format delegate to be used by classes that implement audio input plug-ins. The samples are ALWAYS set to be non-interleaved 32-bit float.
delegate void  AudioFormatInteropDelegate (uint playingID, System.IntPtr format)
  Audio format delegate that is sent to C++.
delegate bool  AudioSamplesDelegate (uint playingID, uint channelIndex, float[] samples)
  Sanitized audio sample delegate to be used by classes that implement audio input plug-ins. For every event posted, this delegate is called once per audio frame for each channel until the delegates for all the channels associated with this event return false.
delegate bool  AudioSamplesInteropDelegate (uint playingID,[System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPArray, SizeParamIndex=3)] float[] samples, uint channelIndex, uint frames)
  Audio sample delegate that is sent to C++.

静态公有成员

static uint  PostAudioInputEvent (AK.Wwise.Event akEvent, UnityEngine.GameObject gameObject, AudioSamplesDelegate sampleDelegate, AudioFormatDelegate formatDelegate=null)
  This method is used to post events that use the Wwise Audio Input plug-in.
static uint  PostAudioInputEvent (uint akEventID, UnityEngine.GameObject gameObject, AudioSamplesDelegate sampleDelegate, AudioFormatDelegate formatDelegate=null)
  This method is used to post events that use the Wwise Audio Input plug-in.
static uint  PostAudioInputEvent (string akEventName, UnityEngine.GameObject gameObject, AudioSamplesDelegate sampleDelegate, AudioFormatDelegate formatDelegate=null)
  This method is used to post events that use the Wwise Audio Input plug-in.

详细描述

This class represents an example audio input manager and is responsible for managing the audio sample and format callbacks provided to the Wwise Audio Input plug-in.

Generated at Mon Apr 15 18:03:48 2019 for Wwise Unity Integration by  doxygen 1.6.3

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅