버전

menu_open

AkAudioInputManager Class Reference

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. More...

List of all members.

Public Member Functions

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 Public Member Functions

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.

Detailed Description

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 on Mon Apr 15 18:03:42 2019 for Wwise Unity Integration by  doxygen 1.6.3

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요