| @@ -0,0 +1,98 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AKRESULT { | ||
| AK_NotImplemented = 0, | ||
| AK_Success = 1, | ||
| AK_Fail = 2, | ||
| AK_PartialSuccess = 3, | ||
| AK_NotCompatible = 4, | ||
| AK_AlreadyConnected = 5, | ||
| AK_NameNotSet = 6, | ||
| AK_InvalidFile = 7, | ||
| AK_AudioFileHeaderTooLarge = 8, | ||
| AK_MaxReached = 9, | ||
| AK_InputsInUsed = 10, | ||
| AK_OutputsInUsed = 11, | ||
| AK_InvalidName = 12, | ||
| AK_NameAlreadyInUse = 13, | ||
| AK_InvalidID = 14, | ||
| AK_IDNotFound = 15, | ||
| AK_InvalidInstanceID = 16, | ||
| AK_NoMoreData = 17, | ||
| AK_NoSourceAvailable = 18, | ||
| AK_StateGroupAlreadyExists = 19, | ||
| AK_InvalidStateGroup = 20, | ||
| AK_ChildAlreadyHasAParent = 21, | ||
| AK_InvalidLanguage = 22, | ||
| AK_CannotAddItseflAsAChild = 23, | ||
| AK_UserNotInList = 29, | ||
| AK_NoTransitionPoint = 30, | ||
| AK_InvalidParameter = 31, | ||
| AK_ParameterAdjusted = 32, | ||
| AK_IsA3DSound = 33, | ||
| AK_NotA3DSound = 34, | ||
| AK_ElementAlreadyInList = 35, | ||
| AK_PathNotFound = 36, | ||
| AK_PathNoVertices = 37, | ||
| AK_PathNotRunning = 38, | ||
| AK_PathNotPaused = 39, | ||
| AK_PathNodeAlreadyInList = 40, | ||
| AK_PathNodeNotInList = 41, | ||
| AK_VoiceNotFound = 42, | ||
| AK_DataNeeded = 43, | ||
| AK_NoDataNeeded = 44, | ||
| AK_DataReady = 45, | ||
| AK_NoDataReady = 46, | ||
| AK_NoMoreSlotAvailable = 47, | ||
| AK_SlotNotFound = 48, | ||
| AK_ProcessingOnly = 49, | ||
| AK_MemoryLeak = 50, | ||
| AK_CorruptedBlockList = 51, | ||
| AK_InsufficientMemory = 52, | ||
| AK_Cancelled = 53, | ||
| AK_UnknownBankID = 54, | ||
| AK_IsProcessing = 55, | ||
| AK_BankReadError = 56, | ||
| AK_InvalidSwitchType = 57, | ||
| AK_VoiceDone = 58, | ||
| AK_UnknownEnvironment = 59, | ||
| AK_EnvironmentInUse = 60, | ||
| AK_UnknownObject = 61, | ||
| AK_NoConversionNeeded = 62, | ||
| AK_FormatNotReady = 63, | ||
| AK_WrongBankVersion = 64, | ||
| AK_DataReadyNoProcess = 65, | ||
| AK_FileNotFound = 66, | ||
| AK_DeviceNotReady = 67, | ||
| AK_CouldNotCreateSecBuffer = 68, | ||
| AK_BankAlreadyLoaded = 69, | ||
| AK_RenderedFX = 71, | ||
| AK_ProcessNeeded = 72, | ||
| AK_ProcessDone = 73, | ||
| AK_MemManagerNotInitialized = 74, | ||
| AK_StreamMgrNotInitialized = 75, | ||
| AK_SSEInstructionsNotSupported = 76, | ||
| AK_Busy = 77, | ||
| AK_UnsupportedChannelConfig = 78, | ||
| AK_PluginMediaNotAvailable = 79, | ||
| AK_MustBeVirtualized = 80, | ||
| AK_CommandTooLarge = 81, | ||
| AK_RejectedByFilter = 82, | ||
| AK_InvalidCustomPlatformName = 83, | ||
| AK_DLLCannotLoad = 84, | ||
| AK_DLLPathNotFound = 85, | ||
| AK_NoJavaVM = 86, | ||
| AK_OpenSLError = 87, | ||
| AK_PluginNotRegistered = 88 | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,18 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum Ak3DSpatializationMode { | ||
| AK_SpatializationMode_None = 0, | ||
| AK_SpatializationMode_PositionOnly = 1, | ||
| AK_SpatializationMode_PositionAndOrientation = 2 | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,20 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkActionOnEventType { | ||
| AkActionOnEventType_Stop = 0, | ||
| AkActionOnEventType_Pause = 1, | ||
| AkActionOnEventType_Resume = 2, | ||
| AkActionOnEventType_Break = 3, | ||
| AkActionOnEventType_ReleaseEnvelope = 4 | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,20 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkAudioDeviceState { | ||
| AkDeviceState_Active = 1 << 0, | ||
| AkDeviceState_Disabled = 1 << 1, | ||
| AkDeviceState_NotPresent = 1 << 2, | ||
| AkDeviceState_Unplugged = 1 << 3, | ||
| AkDeviceState_All = AkDeviceState_Active|AkDeviceState_Disabled|AkDeviceState_NotPresent|AkDeviceState_Unplugged | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,89 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkAudioFormat : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkAudioFormat(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkAudioFormat obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkAudioFormat() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkAudioFormat(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public uint uSampleRate { set { AkSoundEnginePINVOKE.CSharp_AkAudioFormat_uSampleRate_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkAudioFormat_uSampleRate_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkChannelConfig channelConfig { set { AkSoundEnginePINVOKE.CSharp_AkAudioFormat_channelConfig_set(swigCPtr, AkChannelConfig.getCPtr(value)); } | ||
| get { | ||
| global::System.IntPtr cPtr = AkSoundEnginePINVOKE.CSharp_AkAudioFormat_channelConfig_get(swigCPtr); | ||
| AkChannelConfig ret = (cPtr == global::System.IntPtr.Zero) ? null : new AkChannelConfig(cPtr, false); | ||
| return ret; | ||
| } | ||
| } | ||
|
|
||
| public uint uBitsPerSample { set { AkSoundEnginePINVOKE.CSharp_AkAudioFormat_uBitsPerSample_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkAudioFormat_uBitsPerSample_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uBlockAlign { set { AkSoundEnginePINVOKE.CSharp_AkAudioFormat_uBlockAlign_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkAudioFormat_uBlockAlign_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uTypeID { set { AkSoundEnginePINVOKE.CSharp_AkAudioFormat_uTypeID_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkAudioFormat_uTypeID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uInterleaveID { set { AkSoundEnginePINVOKE.CSharp_AkAudioFormat_uInterleaveID_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkAudioFormat_uInterleaveID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint GetNumChannels() { return AkSoundEnginePINVOKE.CSharp_AkAudioFormat_GetNumChannels(swigCPtr); } | ||
|
|
||
| public uint GetBitsPerSample() { return AkSoundEnginePINVOKE.CSharp_AkAudioFormat_GetBitsPerSample(swigCPtr); } | ||
|
|
||
| public uint GetBlockAlign() { return AkSoundEnginePINVOKE.CSharp_AkAudioFormat_GetBlockAlign(swigCPtr); } | ||
|
|
||
| public uint GetTypeID() { return AkSoundEnginePINVOKE.CSharp_AkAudioFormat_GetTypeID(swigCPtr); } | ||
|
|
||
| public uint GetInterleaveID() { return AkSoundEnginePINVOKE.CSharp_AkAudioFormat_GetInterleaveID(swigCPtr); } | ||
|
|
||
| public void SetAll(uint in_uSampleRate, AkChannelConfig in_channelConfig, uint in_uBitsPerSample, uint in_uBlockAlign, uint in_uTypeID, uint in_uInterleaveID) { AkSoundEnginePINVOKE.CSharp_AkAudioFormat_SetAll(swigCPtr, in_uSampleRate, AkChannelConfig.getCPtr(in_channelConfig), in_uBitsPerSample, in_uBlockAlign, in_uTypeID, in_uInterleaveID); } | ||
|
|
||
| public bool IsChannelConfigSupported() { return AkSoundEnginePINVOKE.CSharp_AkAudioFormat_IsChannelConfigSupported(swigCPtr); } | ||
|
|
||
| public AkAudioFormat() : this(AkSoundEnginePINVOKE.CSharp_new_AkAudioFormat(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,55 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkAudioInterruptionCallbackInfo : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkAudioInterruptionCallbackInfo(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkAudioInterruptionCallbackInfo obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkAudioInterruptionCallbackInfo() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkAudioInterruptionCallbackInfo(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public bool bEnterInterruption { get { return AkSoundEnginePINVOKE.CSharp_AkAudioInterruptionCallbackInfo_bEnterInterruption_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkAudioInterruptionCallbackInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkAudioInterruptionCallbackInfo(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,58 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkAudioSettings : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkAudioSettings(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkAudioSettings obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkAudioSettings() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkAudioSettings(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public uint uNumSamplesPerFrame { set { AkSoundEnginePINVOKE.CSharp_AkAudioSettings_uNumSamplesPerFrame_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkAudioSettings_uNumSamplesPerFrame_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uNumSamplesPerSecond { set { AkSoundEnginePINVOKE.CSharp_AkAudioSettings_uNumSamplesPerSecond_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkAudioSettings_uNumSamplesPerSecond_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkAudioSettings() : this(AkSoundEnginePINVOKE.CSharp_new_AkAudioSettings(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,55 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkAudioSourceChangeCallbackInfo : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkAudioSourceChangeCallbackInfo(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkAudioSourceChangeCallbackInfo obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkAudioSourceChangeCallbackInfo() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkAudioSourceChangeCallbackInfo(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public bool bOtherAudioPlaying { get { return AkSoundEnginePINVOKE.CSharp_AkAudioSourceChangeCallbackInfo_bOtherAudioPlaying_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkAudioSourceChangeCallbackInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkAudioSourceChangeCallbackInfo(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,92 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkAuxSendValue : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkAuxSendValue(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkAuxSendValue obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkAuxSendValue() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkAuxSendValue(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public ulong listenerID { set { AkSoundEnginePINVOKE.CSharp_AkAuxSendValue_listenerID_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkAuxSendValue_listenerID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint auxBusID { set { AkSoundEnginePINVOKE.CSharp_AkAuxSendValue_auxBusID_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkAuxSendValue_auxBusID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public float fControlValue { set { AkSoundEnginePINVOKE.CSharp_AkAuxSendValue_fControlValue_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkAuxSendValue_fControlValue_get(swigCPtr); } | ||
| } | ||
|
|
||
| public void Set(UnityEngine.GameObject listener, uint id, float value) { | ||
|
|
||
| var listener_id = AkSoundEngine.GetAkGameObjectID(listener); | ||
| AkSoundEngine.PreGameObjectAPICall(listener, listener_id); | ||
|
|
||
| { AkSoundEnginePINVOKE.CSharp_AkAuxSendValue_Set(swigCPtr, listener_id, id, value); } | ||
| } | ||
|
|
||
| public bool IsSame(UnityEngine.GameObject listener, uint id) { | ||
|
|
||
| var listener_id = AkSoundEngine.GetAkGameObjectID(listener); | ||
| AkSoundEngine.PreGameObjectAPICall(listener, listener_id); | ||
|
|
||
| { return AkSoundEnginePINVOKE.CSharp_AkAuxSendValue_IsSame(swigCPtr, listener_id, id); } | ||
| } | ||
|
|
||
| public static int GetSizeOf() { return AkSoundEnginePINVOKE.CSharp_AkAuxSendValue_GetSizeOf(); } | ||
|
|
||
| public AKRESULT SetGameObjectAuxSendValues(UnityEngine.GameObject in_gameObjectID, uint in_uNumSendValues) { | ||
|
|
||
| var in_gameObjectID_id = AkSoundEngine.GetAkGameObjectID(in_gameObjectID); | ||
| AkSoundEngine.PreGameObjectAPICall(in_gameObjectID, in_gameObjectID_id); | ||
|
|
||
| { return (AKRESULT)AkSoundEnginePINVOKE.CSharp_AkAuxSendValue_SetGameObjectAuxSendValues(swigCPtr, in_gameObjectID_id, in_uNumSendValues); } | ||
| } | ||
|
|
||
| public AKRESULT GetGameObjectAuxSendValues(UnityEngine.GameObject in_gameObjectID, ref uint io_ruNumSendValues) { | ||
|
|
||
| var in_gameObjectID_id = AkSoundEngine.GetAkGameObjectID(in_gameObjectID); | ||
| AkSoundEngine.PreGameObjectAPICall(in_gameObjectID, in_gameObjectID_id); | ||
|
|
||
| { return (AKRESULT)AkSoundEnginePINVOKE.CSharp_AkAuxSendValue_GetGameObjectAuxSendValues(swigCPtr, in_gameObjectID_id, ref io_ruNumSendValues); } | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,64 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkBankCallbackInfo : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkBankCallbackInfo(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkBankCallbackInfo obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkBankCallbackInfo() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkBankCallbackInfo(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public uint bankID { get { return AkSoundEnginePINVOKE.CSharp_AkBankCallbackInfo_bankID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public global::System.IntPtr inMemoryBankPtr { get { return AkSoundEnginePINVOKE.CSharp_AkBankCallbackInfo_inMemoryBankPtr_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AKRESULT loadResult { get { return (AKRESULT)AkSoundEnginePINVOKE.CSharp_AkBankCallbackInfo_loadResult_get(swigCPtr); } | ||
| } | ||
|
|
||
| public int memPoolId { get { return AkSoundEnginePINVOKE.CSharp_AkBankCallbackInfo_memPoolId_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkBankCallbackInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkBankCallbackInfo(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,17 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkBankContent { | ||
| AkBankContent_StructureOnly, | ||
| AkBankContent_All | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,18 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkBusHierarchyFlags { | ||
| AkBusHierarchy_Primary = 1 << 0, | ||
| AkBusHierarchy_Secondary = 1 << 1, | ||
| AkBusHierarchy_IsMaster = 1 << 7 | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,58 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkCallbackInfo : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkCallbackInfo(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkCallbackInfo obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkCallbackInfo() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkCallbackInfo(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public global::System.IntPtr pCookie { get { return AkSoundEnginePINVOKE.CSharp_AkCallbackInfo_pCookie_get(swigCPtr); } | ||
| } | ||
|
|
||
| public ulong gameObjID { get { return AkSoundEnginePINVOKE.CSharp_AkCallbackInfo_gameObjID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkCallbackInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkCallbackInfo(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,64 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkCallbackSerializer : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkCallbackSerializer(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkCallbackSerializer obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkCallbackSerializer() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkCallbackSerializer(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public static AKRESULT Init(global::System.IntPtr in_pMemory, uint in_uSize) { return (AKRESULT)AkSoundEnginePINVOKE.CSharp_AkCallbackSerializer_Init(in_pMemory, in_uSize); } | ||
|
|
||
| public static void Term() { AkSoundEnginePINVOKE.CSharp_AkCallbackSerializer_Term(); } | ||
|
|
||
| public static global::System.IntPtr Lock() { return AkSoundEnginePINVOKE.CSharp_AkCallbackSerializer_Lock(); } | ||
|
|
||
| public static void SetLocalOutput(uint in_uErrorLevel) { AkSoundEnginePINVOKE.CSharp_AkCallbackSerializer_SetLocalOutput(in_uErrorLevel); } | ||
|
|
||
| public static void Unlock() { AkSoundEnginePINVOKE.CSharp_AkCallbackSerializer_Unlock(); } | ||
|
|
||
| public static AKRESULT AudioSourceChangeCallbackFunc(bool in_bOtherAudioPlaying, object in_pCookie) { return (AKRESULT)AkSoundEnginePINVOKE.CSharp_AkCallbackSerializer_AudioSourceChangeCallbackFunc(in_bOtherAudioPlaying, in_pCookie != null ? (global::System.IntPtr)in_pCookie.GetHashCode() : global::System.IntPtr.Zero); } | ||
|
|
||
| public AkCallbackSerializer() : this(AkSoundEnginePINVOKE.CSharp_new_AkCallbackSerializer(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,40 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkCallbackType { | ||
| AK_EndOfEvent = 0x0001, | ||
| AK_EndOfDynamicSequenceItem = 0x0002, | ||
| AK_Marker = 0x0004, | ||
| AK_Duration = 0x0008, | ||
| AK_SpeakerVolumeMatrix = 0x0010, | ||
| AK_Starvation = 0x0020, | ||
| AK_MusicPlaylistSelect = 0x0040, | ||
| AK_MusicPlayStarted = 0x0080, | ||
| AK_MusicSyncBeat = 0x0100, | ||
| AK_MusicSyncBar = 0x0200, | ||
| AK_MusicSyncEntry = 0x0400, | ||
| AK_MusicSyncExit = 0x0800, | ||
| AK_MusicSyncGrid = 0x1000, | ||
| AK_MusicSyncUserCue = 0x2000, | ||
| AK_MusicSyncPoint = 0x4000, | ||
| AK_MusicSyncAll = 0x7f00, | ||
| AK_MIDIEvent = 0x10000, | ||
| AK_CallbackBits = 0xfffff, | ||
| AK_EnableGetSourcePlayPosition = 0x100000, | ||
| AK_EnableGetMusicPlayPosition = 0x200000, | ||
| AK_EnableGetSourceStreamBuffering = 0x400000, | ||
| AK_Monitoring = 0x20000000, | ||
| AK_AudioSourceChange = 0x23000000, | ||
| AK_Bank = 0x40000000, | ||
| AK_AudioInterruption = 0x22000000 | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,92 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkChannelConfig : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkChannelConfig(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkChannelConfig obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkChannelConfig() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkChannelConfig(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public uint uNumChannels { set { AkSoundEnginePINVOKE.CSharp_AkChannelConfig_uNumChannels_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkChannelConfig_uNumChannels_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint eConfigType { set { AkSoundEnginePINVOKE.CSharp_AkChannelConfig_eConfigType_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkChannelConfig_eConfigType_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uChannelMask { set { AkSoundEnginePINVOKE.CSharp_AkChannelConfig_uChannelMask_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkChannelConfig_uChannelMask_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkChannelConfig() : this(AkSoundEnginePINVOKE.CSharp_new_AkChannelConfig__SWIG_0(), true) { | ||
| } | ||
|
|
||
| public AkChannelConfig(uint in_uNumChannels, uint in_uChannelMask) : this(AkSoundEnginePINVOKE.CSharp_new_AkChannelConfig__SWIG_1(in_uNumChannels, in_uChannelMask), true) { | ||
| } | ||
|
|
||
| public void Clear() { AkSoundEnginePINVOKE.CSharp_AkChannelConfig_Clear(swigCPtr); } | ||
|
|
||
| public void SetStandard(uint in_uChannelMask) { AkSoundEnginePINVOKE.CSharp_AkChannelConfig_SetStandard(swigCPtr, in_uChannelMask); } | ||
|
|
||
| public void SetStandardOrAnonymous(uint in_uNumChannels, uint in_uChannelMask) { AkSoundEnginePINVOKE.CSharp_AkChannelConfig_SetStandardOrAnonymous(swigCPtr, in_uNumChannels, in_uChannelMask); } | ||
|
|
||
| public void SetAnonymous(uint in_uNumChannels) { AkSoundEnginePINVOKE.CSharp_AkChannelConfig_SetAnonymous(swigCPtr, in_uNumChannels); } | ||
|
|
||
| public void SetAmbisonic(uint in_uNumChannels) { AkSoundEnginePINVOKE.CSharp_AkChannelConfig_SetAmbisonic(swigCPtr, in_uNumChannels); } | ||
|
|
||
| public bool IsValid() { return AkSoundEnginePINVOKE.CSharp_AkChannelConfig_IsValid(swigCPtr); } | ||
|
|
||
| public uint Serialize() { return AkSoundEnginePINVOKE.CSharp_AkChannelConfig_Serialize(swigCPtr); } | ||
|
|
||
| public void Deserialize(uint in_uChannelConfig) { AkSoundEnginePINVOKE.CSharp_AkChannelConfig_Deserialize(swigCPtr, in_uChannelConfig); } | ||
|
|
||
| public AkChannelConfig RemoveLFE() { | ||
| AkChannelConfig ret = new AkChannelConfig(AkSoundEnginePINVOKE.CSharp_AkChannelConfig_RemoveLFE(swigCPtr), true); | ||
| return ret; | ||
| } | ||
|
|
||
| public AkChannelConfig RemoveCenter() { | ||
| AkChannelConfig ret = new AkChannelConfig(AkSoundEnginePINVOKE.CSharp_AkChannelConfig_RemoveCenter(swigCPtr), true); | ||
| return ret; | ||
| } | ||
|
|
||
| public bool IsChannelConfigSupported() { return AkSoundEnginePINVOKE.CSharp_AkChannelConfig_IsChannelConfigSupported(swigCPtr); } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,18 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkChannelConfigType { | ||
| AK_ChannelConfigType_Anonymous = 0x0, | ||
| AK_ChannelConfigType_Standard = 0x1, | ||
| AK_ChannelConfigType_Ambisonic = 0x2 | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,63 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkChannelEmitter : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkChannelEmitter(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkChannelEmitter obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkChannelEmitter() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkChannelEmitter(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public AkTransform position { set { AkSoundEnginePINVOKE.CSharp_AkChannelEmitter_position_set(swigCPtr, AkTransform.getCPtr(value)); } | ||
| get { | ||
| global::System.IntPtr cPtr = AkSoundEnginePINVOKE.CSharp_AkChannelEmitter_position_get(swigCPtr); | ||
| AkTransform ret = (cPtr == global::System.IntPtr.Zero) ? null : new AkTransform(cPtr, false); | ||
| return ret; | ||
| } | ||
| } | ||
|
|
||
| public uint uInputChannels { set { AkSoundEnginePINVOKE.CSharp_AkChannelEmitter_uInputChannels_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkChannelEmitter_uInputChannels_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkChannelEmitter() : this(AkSoundEnginePINVOKE.CSharp_new_AkChannelEmitter(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,17 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkChannelOrdering { | ||
| ChannelOrdering_Standard, | ||
| ChannelOrdering_RunTime | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,18 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkConnectionType { | ||
| ConnectionType_Direct = 0x0, | ||
| ConnectionType_GameDefSend = 0x1, | ||
| ConnectionType_UserDefSend = 0x2 | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,26 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkCurveInterpolation { | ||
| AkCurveInterpolation_Log3 = 0, | ||
| AkCurveInterpolation_Sine = 1, | ||
| AkCurveInterpolation_Log1 = 2, | ||
| AkCurveInterpolation_InvSCurve = 3, | ||
| AkCurveInterpolation_Linear = 4, | ||
| AkCurveInterpolation_SCurve = 5, | ||
| AkCurveInterpolation_Exp1 = 6, | ||
| AkCurveInterpolation_SineRecip = 7, | ||
| AkCurveInterpolation_Exp3 = 8, | ||
| AkCurveInterpolation_LastFadeCurve = 8, | ||
| AkCurveInterpolation_Constant = 9 | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,90 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkDeviceSettings : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkDeviceSettings(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkDeviceSettings obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkDeviceSettings() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkDeviceSettings(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public global::System.IntPtr pIOMemory { set { AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_pIOMemory_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_pIOMemory_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uIOMemorySize { set { AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_uIOMemorySize_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_uIOMemorySize_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uIOMemoryAlignment { set { AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_uIOMemoryAlignment_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_uIOMemoryAlignment_get(swigCPtr); } | ||
| } | ||
|
|
||
| public int ePoolAttributes { set { AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_ePoolAttributes_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_ePoolAttributes_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uGranularity { set { AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_uGranularity_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_uGranularity_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uSchedulerTypeFlags { set { AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_uSchedulerTypeFlags_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_uSchedulerTypeFlags_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkThreadProperties threadProperties { set { AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_threadProperties_set(swigCPtr, AkThreadProperties.getCPtr(value)); } | ||
| get { | ||
| global::System.IntPtr cPtr = AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_threadProperties_get(swigCPtr); | ||
| AkThreadProperties ret = (cPtr == global::System.IntPtr.Zero) ? null : new AkThreadProperties(cPtr, false); | ||
| return ret; | ||
| } | ||
| } | ||
|
|
||
| public float fTargetAutoStmBufferLength { set { AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_fTargetAutoStmBufferLength_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_fTargetAutoStmBufferLength_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uMaxConcurrentIO { set { AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_uMaxConcurrentIO_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_uMaxConcurrentIO_get(swigCPtr); } | ||
| } | ||
|
|
||
| public bool bUseStreamCache { set { AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_bUseStreamCache_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_bUseStreamCache_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uMaxCachePinnedBytes { set { AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_uMaxCachePinnedBytes_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkDeviceSettings_uMaxCachePinnedBytes_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkDeviceSettings() : this(AkSoundEnginePINVOKE.CSharp_new_AkDeviceSettings(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,19 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkDiffractionFlags { | ||
| DiffractionFlags_UseBuiltInParam = 1 << 0, | ||
| DiffractionFlags_UseObstruction = 1 << 1, | ||
| DiffractionFlags_CalcEmitterVirtualPosition = 1 << 3, | ||
| DefaultDiffractionFlags = DiffractionFlags_UseBuiltInParam|DiffractionFlags_UseObstruction|DiffractionFlags_CalcEmitterVirtualPosition | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,66 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkDurationCallbackInfo : AkEventCallbackInfo { | ||
| private global::System.IntPtr swigCPtr; | ||
|
|
||
| internal AkDurationCallbackInfo(global::System.IntPtr cPtr, bool cMemoryOwn) : base(AkSoundEnginePINVOKE.CSharp_AkDurationCallbackInfo_SWIGUpcast(cPtr), cMemoryOwn) { | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkDurationCallbackInfo obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal override void setCPtr(global::System.IntPtr cPtr) { | ||
| base.setCPtr(AkSoundEnginePINVOKE.CSharp_AkDurationCallbackInfo_SWIGUpcast(cPtr)); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkDurationCallbackInfo() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public override void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkDurationCallbackInfo(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| base.Dispose(); | ||
| } | ||
| } | ||
|
|
||
| public float fDuration { get { return AkSoundEnginePINVOKE.CSharp_AkDurationCallbackInfo_fDuration_get(swigCPtr); } | ||
| } | ||
|
|
||
| public float fEstimatedDuration { get { return AkSoundEnginePINVOKE.CSharp_AkDurationCallbackInfo_fEstimatedDuration_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint audioNodeID { get { return AkSoundEnginePINVOKE.CSharp_AkDurationCallbackInfo_audioNodeID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint mediaID { get { return AkSoundEnginePINVOKE.CSharp_AkDurationCallbackInfo_mediaID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public bool bStreaming { get { return AkSoundEnginePINVOKE.CSharp_AkDurationCallbackInfo_bStreaming_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkDurationCallbackInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkDurationCallbackInfo(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,60 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkDynamicSequenceItemCallbackInfo : AkCallbackInfo { | ||
| private global::System.IntPtr swigCPtr; | ||
|
|
||
| internal AkDynamicSequenceItemCallbackInfo(global::System.IntPtr cPtr, bool cMemoryOwn) : base(AkSoundEnginePINVOKE.CSharp_AkDynamicSequenceItemCallbackInfo_SWIGUpcast(cPtr), cMemoryOwn) { | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkDynamicSequenceItemCallbackInfo obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal override void setCPtr(global::System.IntPtr cPtr) { | ||
| base.setCPtr(AkSoundEnginePINVOKE.CSharp_AkDynamicSequenceItemCallbackInfo_SWIGUpcast(cPtr)); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkDynamicSequenceItemCallbackInfo() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public override void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkDynamicSequenceItemCallbackInfo(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| base.Dispose(); | ||
| } | ||
| } | ||
|
|
||
| public uint playingID { get { return AkSoundEnginePINVOKE.CSharp_AkDynamicSequenceItemCallbackInfo_playingID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint audioNodeID { get { return AkSoundEnginePINVOKE.CSharp_AkDynamicSequenceItemCallbackInfo_audioNodeID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public global::System.IntPtr pCustomInfo { get { return AkSoundEnginePINVOKE.CSharp_AkDynamicSequenceItemCallbackInfo_pCustomInfo_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkDynamicSequenceItemCallbackInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkDynamicSequenceItemCallbackInfo(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,17 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkDynamicSequenceType { | ||
| DynamicSequenceType_SampleAccurate, | ||
| DynamicSequenceType_NormalTransition | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,73 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkEmitterSettings : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkEmitterSettings(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkEmitterSettings obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkEmitterSettings() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkEmitterSettings(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public AkEmitterSettings() : this(AkSoundEnginePINVOKE.CSharp_new_AkEmitterSettings(), true) { | ||
| } | ||
|
|
||
| public uint reflectAuxBusID { set { AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_reflectAuxBusID_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_reflectAuxBusID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public float reflectionMaxPathLength { set { AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_reflectionMaxPathLength_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_reflectionMaxPathLength_get(swigCPtr); } | ||
| } | ||
|
|
||
| public float reflectionsAuxBusGain { set { AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_reflectionsAuxBusGain_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_reflectionsAuxBusGain_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint reflectionsOrder { set { AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_reflectionsOrder_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_reflectionsOrder_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint reflectorFilterMask { set { AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_reflectorFilterMask_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_reflectorFilterMask_get(swigCPtr); } | ||
| } | ||
|
|
||
| public float roomReverbAuxBusGain { set { AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_roomReverbAuxBusGain_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_roomReverbAuxBusGain_get(swigCPtr); } | ||
| } | ||
|
|
||
| public byte useImageSources { set { AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_useImageSources_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkEmitterSettings_useImageSources_get(swigCPtr); } | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,57 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkEventCallbackInfo : AkCallbackInfo { | ||
| private global::System.IntPtr swigCPtr; | ||
|
|
||
| internal AkEventCallbackInfo(global::System.IntPtr cPtr, bool cMemoryOwn) : base(AkSoundEnginePINVOKE.CSharp_AkEventCallbackInfo_SWIGUpcast(cPtr), cMemoryOwn) { | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkEventCallbackInfo obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal override void setCPtr(global::System.IntPtr cPtr) { | ||
| base.setCPtr(AkSoundEnginePINVOKE.CSharp_AkEventCallbackInfo_SWIGUpcast(cPtr)); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkEventCallbackInfo() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public override void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkEventCallbackInfo(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| base.Dispose(); | ||
| } | ||
| } | ||
|
|
||
| public uint playingID { get { return AkSoundEnginePINVOKE.CSharp_AkEventCallbackInfo_playingID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint eventID { get { return AkSoundEnginePINVOKE.CSharp_AkEventCallbackInfo_eventID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkEventCallbackInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkEventCallbackInfo(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,79 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkExternalSourceInfo : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkExternalSourceInfo(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkExternalSourceInfo obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkExternalSourceInfo() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkExternalSourceInfo(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public uint iExternalSrcCookie { set { AkSoundEnginePINVOKE.CSharp_AkExternalSourceInfo_iExternalSrcCookie_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkExternalSourceInfo_iExternalSrcCookie_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint idCodec { set { AkSoundEnginePINVOKE.CSharp_AkExternalSourceInfo_idCodec_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkExternalSourceInfo_idCodec_get(swigCPtr); } | ||
| } | ||
|
|
||
| public string szFile { set { AkSoundEnginePINVOKE.CSharp_AkExternalSourceInfo_szFile_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkExternalSourceInfo_szFile_get(swigCPtr); } | ||
| } | ||
|
|
||
| public global::System.IntPtr pInMemory { set { AkSoundEnginePINVOKE.CSharp_AkExternalSourceInfo_pInMemory_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkExternalSourceInfo_pInMemory_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uiMemorySize { set { AkSoundEnginePINVOKE.CSharp_AkExternalSourceInfo_uiMemorySize_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkExternalSourceInfo_uiMemorySize_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint idFile { set { AkSoundEnginePINVOKE.CSharp_AkExternalSourceInfo_idFile_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkExternalSourceInfo_idFile_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkExternalSourceInfo() : this(AkSoundEnginePINVOKE.CSharp_new_AkExternalSourceInfo__SWIG_0(), true) { | ||
| } | ||
|
|
||
| public AkExternalSourceInfo(global::System.IntPtr in_pInMemory, uint in_uiMemorySize, uint in_iExternalSrcCookie, uint in_idCodec) : this(AkSoundEnginePINVOKE.CSharp_new_AkExternalSourceInfo__SWIG_1(in_pInMemory, in_uiMemorySize, in_iExternalSrcCookie, in_idCodec), true) { | ||
| } | ||
|
|
||
| public AkExternalSourceInfo(string in_pszFileName, uint in_iExternalSrcCookie, uint in_idCodec) : this(AkSoundEnginePINVOKE.CSharp_new_AkExternalSourceInfo__SWIG_2(in_pszFileName, in_iExternalSrcCookie, in_idCodec), true) { | ||
| } | ||
|
|
||
| public AkExternalSourceInfo(uint in_idFile, uint in_iExternalSrcCookie, uint in_idCodec) : this(AkSoundEnginePINVOKE.CSharp_new_AkExternalSourceInfo__SWIG_3(in_idFile, in_iExternalSrcCookie, in_idCodec), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,25 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkGlobalCallbackLocation { | ||
| AkGlobalCallbackLocation_Register = (1 << 0), | ||
| AkGlobalCallbackLocation_Begin = (1 << 1), | ||
| AkGlobalCallbackLocation_PreProcessMessageQueueForRender = (1 << 2), | ||
| AkGlobalCallbackLocation_PostMessagesProcessed = (1 << 3), | ||
| AkGlobalCallbackLocation_BeginRender = (1 << 4), | ||
| AkGlobalCallbackLocation_EndRender = (1 << 5), | ||
| AkGlobalCallbackLocation_End = (1 << 6), | ||
| AkGlobalCallbackLocation_Term = (1 << 7), | ||
| AkGlobalCallbackLocation_Monitor = (1 << 8), | ||
| AkGlobalCallbackLocation_Num = 9 | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,17 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkGroupType { | ||
| AkGroupType_Switch = 0, | ||
| AkGroupType_State = 1 | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,69 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkImageSourceParams : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkImageSourceParams(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkImageSourceParams obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkImageSourceParams() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkImageSourceParams(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public AkImageSourceParams() : this(AkSoundEnginePINVOKE.CSharp_new_AkImageSourceParams__SWIG_0(), true) { | ||
| } | ||
|
|
||
| public AkImageSourceParams(AkVector in_sourcePosition, float in_fDistanceScalingFactor, float in_fLevel) : this(AkSoundEnginePINVOKE.CSharp_new_AkImageSourceParams__SWIG_1(AkVector.getCPtr(in_sourcePosition), in_fDistanceScalingFactor, in_fLevel), true) { | ||
| } | ||
|
|
||
| public AkVector sourcePosition { set { AkSoundEnginePINVOKE.CSharp_AkImageSourceParams_sourcePosition_set(swigCPtr, AkVector.getCPtr(value)); } | ||
| get { | ||
| global::System.IntPtr cPtr = AkSoundEnginePINVOKE.CSharp_AkImageSourceParams_sourcePosition_get(swigCPtr); | ||
| AkVector ret = (cPtr == global::System.IntPtr.Zero) ? null : new AkVector(cPtr, false); | ||
| return ret; | ||
| } | ||
| } | ||
|
|
||
| public float fDistanceScalingFactor { set { AkSoundEnginePINVOKE.CSharp_AkImageSourceParams_fDistanceScalingFactor_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkImageSourceParams_fDistanceScalingFactor_get(swigCPtr); } | ||
| } | ||
|
|
||
| public float fLevel { set { AkSoundEnginePINVOKE.CSharp_AkImageSourceParams_fLevel_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkImageSourceParams_fLevel_get(swigCPtr); } | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,67 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkImageSourceSettings : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkImageSourceSettings(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkImageSourceSettings obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkImageSourceSettings() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkImageSourceSettings(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public AkImageSourceSettings() : this(AkSoundEnginePINVOKE.CSharp_new_AkImageSourceSettings__SWIG_0(), true) { | ||
| } | ||
|
|
||
| public AkImageSourceSettings(AkVector in_sourcePosition, float in_fDistanceScalingFactor, float in_fLevel) : this(AkSoundEnginePINVOKE.CSharp_new_AkImageSourceSettings__SWIG_1(AkVector.getCPtr(in_sourcePosition), in_fDistanceScalingFactor, in_fLevel), true) { | ||
| } | ||
|
|
||
| public void SetOneTexture(uint in_texture) { AkSoundEnginePINVOKE.CSharp_AkImageSourceSettings_SetOneTexture(swigCPtr, in_texture); } | ||
|
|
||
| public void SetName(string in_pName) { AkSoundEnginePINVOKE.CSharp_AkImageSourceSettings_SetName(swigCPtr, in_pName); } | ||
|
|
||
| public AkImageSourceParams params_ { set { AkSoundEnginePINVOKE.CSharp_AkImageSourceSettings_params__set(swigCPtr, AkImageSourceParams.getCPtr(value)); } | ||
| get { | ||
| global::System.IntPtr cPtr = AkSoundEnginePINVOKE.CSharp_AkImageSourceSettings_params__get(swigCPtr); | ||
| AkImageSourceParams ret = (cPtr == global::System.IntPtr.Zero) ? null : new AkImageSourceParams(cPtr, false); | ||
| return ret; | ||
| } | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,105 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkInitSettings : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkInitSettings(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkInitSettings obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkInitSettings() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkInitSettings(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public int pfnAssertHook { set { } get { return 0; } | ||
| } | ||
|
|
||
| public uint uMaxNumPaths { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_uMaxNumPaths_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_uMaxNumPaths_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uDefaultPoolSize { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_uDefaultPoolSize_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_uDefaultPoolSize_get(swigCPtr); } | ||
| } | ||
|
|
||
| public float fDefaultPoolRatioThreshold { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_fDefaultPoolRatioThreshold_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_fDefaultPoolRatioThreshold_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uCommandQueueSize { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_uCommandQueueSize_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_uCommandQueueSize_get(swigCPtr); } | ||
| } | ||
|
|
||
| public int uPrepareEventMemoryPoolID { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_uPrepareEventMemoryPoolID_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_uPrepareEventMemoryPoolID_get(swigCPtr); } | ||
| } | ||
|
|
||
| public bool bEnableGameSyncPreparation { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_bEnableGameSyncPreparation_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_bEnableGameSyncPreparation_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uContinuousPlaybackLookAhead { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_uContinuousPlaybackLookAhead_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_uContinuousPlaybackLookAhead_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uNumSamplesPerFrame { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_uNumSamplesPerFrame_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_uNumSamplesPerFrame_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uMonitorPoolSize { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_uMonitorPoolSize_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_uMonitorPoolSize_get(swigCPtr); } | ||
| } | ||
|
|
||
| public uint uMonitorQueuePoolSize { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_uMonitorQueuePoolSize_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_uMonitorQueuePoolSize_get(swigCPtr); } | ||
| } | ||
|
|
||
| public AkOutputSettings settingsMainOutput { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_settingsMainOutput_set(swigCPtr, AkOutputSettings.getCPtr(value)); } | ||
| get { | ||
| global::System.IntPtr cPtr = AkSoundEnginePINVOKE.CSharp_AkInitSettings_settingsMainOutput_get(swigCPtr); | ||
| AkOutputSettings ret = (cPtr == global::System.IntPtr.Zero) ? null : new AkOutputSettings(cPtr, false); | ||
| return ret; | ||
| } | ||
| } | ||
|
|
||
| public uint uMaxHardwareTimeoutMs { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_uMaxHardwareTimeoutMs_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_uMaxHardwareTimeoutMs_get(swigCPtr); } | ||
| } | ||
|
|
||
| public bool bUseSoundBankMgrThread { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_bUseSoundBankMgrThread_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_bUseSoundBankMgrThread_get(swigCPtr); } | ||
| } | ||
|
|
||
| public bool bUseLEngineThread { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_bUseLEngineThread_set(swigCPtr, value); } get { return AkSoundEnginePINVOKE.CSharp_AkInitSettings_bUseLEngineThread_get(swigCPtr); } | ||
| } | ||
|
|
||
| public string szPluginDLLPath { set { AkSoundEnginePINVOKE.CSharp_AkInitSettings_szPluginDLLPath_set(swigCPtr, value); } get { return AkSoundEngine.StringFromIntPtrOSString(AkSoundEnginePINVOKE.CSharp_AkInitSettings_szPluginDLLPath_get(swigCPtr)); } | ||
| } | ||
|
|
||
| public AkInitSettings() : this(AkSoundEnginePINVOKE.CSharp_new_AkInitSettings(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,79 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public class AkIterator : global::System.IDisposable { | ||
| private global::System.IntPtr swigCPtr; | ||
| protected bool swigCMemOwn; | ||
|
|
||
| internal AkIterator(global::System.IntPtr cPtr, bool cMemoryOwn) { | ||
| swigCMemOwn = cMemoryOwn; | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| internal static global::System.IntPtr getCPtr(AkIterator obj) { | ||
| return (obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr; | ||
| } | ||
|
|
||
| internal virtual void setCPtr(global::System.IntPtr cPtr) { | ||
| Dispose(); | ||
| swigCPtr = cPtr; | ||
| } | ||
|
|
||
| ~AkIterator() { | ||
| Dispose(); | ||
| } | ||
|
|
||
| public virtual void Dispose() { | ||
| lock(this) { | ||
| if (swigCPtr != global::System.IntPtr.Zero) { | ||
| if (swigCMemOwn) { | ||
| swigCMemOwn = false; | ||
| AkSoundEnginePINVOKE.CSharp_delete_AkIterator(swigCPtr); | ||
| } | ||
| swigCPtr = global::System.IntPtr.Zero; | ||
| } | ||
| global::System.GC.SuppressFinalize(this); | ||
| } | ||
| } | ||
|
|
||
| public AkPlaylistItem pItem { set { AkSoundEnginePINVOKE.CSharp_AkIterator_pItem_set(swigCPtr, AkPlaylistItem.getCPtr(value)); } | ||
| get { | ||
| global::System.IntPtr cPtr = AkSoundEnginePINVOKE.CSharp_AkIterator_pItem_get(swigCPtr); | ||
| AkPlaylistItem ret = (cPtr == global::System.IntPtr.Zero) ? null : new AkPlaylistItem(cPtr, false); | ||
| return ret; | ||
| } | ||
| } | ||
|
|
||
| public AkIterator NextIter() { | ||
| AkIterator ret = new AkIterator(AkSoundEnginePINVOKE.CSharp_AkIterator_NextIter(swigCPtr), false); | ||
| return ret; | ||
| } | ||
|
|
||
| public AkIterator PrevIter() { | ||
| AkIterator ret = new AkIterator(AkSoundEnginePINVOKE.CSharp_AkIterator_PrevIter(swigCPtr), false); | ||
| return ret; | ||
| } | ||
|
|
||
| public AkPlaylistItem GetItem() { | ||
| AkPlaylistItem ret = new AkPlaylistItem(AkSoundEnginePINVOKE.CSharp_AkIterator_GetItem(swigCPtr), false); | ||
| return ret; | ||
| } | ||
|
|
||
| public bool IsEqualTo(AkIterator in_rOp) { return AkSoundEnginePINVOKE.CSharp_AkIterator_IsEqualTo(swigCPtr, AkIterator.getCPtr(in_rOp)); } | ||
|
|
||
| public bool IsDifferentFrom(AkIterator in_rOp) { return AkSoundEnginePINVOKE.CSharp_AkIterator_IsDifferentFrom(swigCPtr, AkIterator.getCPtr(in_rOp)); } | ||
|
|
||
| public AkIterator() : this(AkSoundEnginePINVOKE.CSharp_new_AkIterator(), true) { | ||
| } | ||
|
|
||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |
| @@ -0,0 +1,112 @@ | ||
| #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. | ||
| //------------------------------------------------------------------------------ | ||
| // <auto-generated /> | ||
| // | ||
| // This file was automatically generated by SWIG (http://www.swig.org). | ||
| // Version 3.0.12 | ||
| // | ||
| // Do not make changes to this file unless you know what you are doing--modify | ||
| // the SWIG interface file instead. | ||
| //------------------------------------------------------------------------------ | ||
|
|
||
|
|
||
| public enum AkMIDICcTypes { | ||
| BANK_SELECT_COARSE = 0, | ||
| MOD_WHEEL_COARSE = 1, | ||
| BREATH_CTRL_COARSE = 2, | ||
| CTRL_3_COARSE = 3, | ||
| FOOT_PEDAL_COARSE = 4, | ||
| PORTAMENTO_COARSE = 5, | ||
| DATA_ENTRY_COARSE = 6, | ||
| VOLUME_COARSE = 7, | ||
| BALANCE_COARSE = 8, | ||
| CTRL_9_COARSE = 9, | ||
| PAN_POSITION_COARSE = 10, | ||
| EXPRESSION_COARSE = 11, | ||
| EFFECT_CTRL_1_COARSE = 12, | ||
| EFFECT_CTRL_2_COARSE = 13, | ||
| CTRL_14_COARSE = 14, | ||
| CTRL_15_COARSE = 15, | ||
| GEN_SLIDER_1 = 16, | ||
| GEN_SLIDER_2 = 17, | ||
| GEN_SLIDER_3 = 18, | ||
| GEN_SLIDER_4 = 19, | ||
| CTRL_20_COARSE = 20, | ||
| CTRL_21_COARSE = 21, | ||
| CTRL_22_COARSE = 22, | ||
| CTRL_23_COARSE = 23, | ||
| CTRL_24_COARSE = 24, | ||
| CTRL_25_COARSE = 25, | ||
| CTRL_26_COARSE = 26, | ||
| CTRL_27_COARSE = 27, | ||
| CTRL_28_COARSE = 28, | ||
| CTRL_29_COARSE = 29, | ||
| CTRL_30_COARSE = 30, | ||
| CTRL_31_COARSE = 31, | ||
| BANK_SELECT_FINE = 32, | ||
| MOD_WHEEL_FINE = 33, | ||
| BREATH_CTRL_FINE = 34, | ||
| CTRL_3_FINE = 35, | ||
| FOOT_PEDAL_FINE = 36, | ||
| PORTAMENTO_FINE = 37, | ||
| DATA_ENTRY_FINE = 38, | ||
| VOLUME_FINE = 39, | ||
| BALANCE_FINE = 40, | ||
| CTRL_9_FINE = 41, | ||
| PAN_POSITION_FINE = 42, | ||
| EXPRESSION_FINE = 43, | ||
| EFFECT_CTRL_1_FINE = 44, | ||
| EFFECT_CTRL_2_FINE = 45, | ||
| CTRL_14_FINE = 46, | ||
| CTRL_15_FINE = 47, | ||
| CTRL_20_FINE = 52, | ||
| CTRL_21_FINE = 53, | ||
| CTRL_22_FINE = 54, | ||
| CTRL_23_FINE = 55, | ||
| CTRL_24_FINE = 56, | ||
| CTRL_25_FINE = 57, | ||
| CTRL_26_FINE = 58, | ||
| CTRL_27_FINE = 59, | ||
| CTRL_28_FINE = 60, | ||
| CTRL_29_FINE = 61, | ||
| CTRL_30_FINE = 62, | ||
| CTRL_31_FINE = 63, | ||
| HOLD_PEDAL = 64, | ||
| PORTAMENTO_ON_OFF = 65, | ||
| SUSTENUTO_PEDAL = 66, | ||
| SOFT_PEDAL = 67, | ||
| LEGATO_PEDAL = 68, | ||
| HOLD_PEDAL_2 = 69, | ||
| SOUND_VARIATION = 70, | ||
| SOUND_TIMBRE = 71, | ||
| SOUND_RELEASE_TIME = 72, | ||
| SOUND_ATTACK_TIME = 73, | ||
| SOUND_BRIGHTNESS = 74, | ||
| SOUND_CTRL_6 = 75, | ||
| SOUND_CTRL_7 = 76, | ||
| SOUND_CTRL_8 = 77, | ||
| SOUND_CTRL_9 = 78, | ||
| SOUND_CTRL_10 = 79, | ||
| GENERAL_BUTTON_1 = 80, | ||
| GENERAL_BUTTON_2 = 81, | ||
| GENERAL_BUTTON_3 = 82, | ||
| GENERAL_BUTTON_4 = 83, | ||
| REVERB_LEVEL = 91, | ||
| TREMOLO_LEVEL = 92, | ||
| CHORUS_LEVEL = 93, | ||
| CELESTE_LEVEL = 94, | ||
| PHASER_LEVEL = 95, | ||
| DATA_BUTTON_P1 = 96, | ||
| DATA_BUTTON_M1 = 97, | ||
| NON_REGISTER_COARSE = 98, | ||
| NON_REGISTER_FINE = 99, | ||
| ALL_SOUND_OFF = 120, | ||
| ALL_CONTROLLERS_OFF = 121, | ||
| LOCAL_KEYBOARD = 122, | ||
| ALL_NOTES_OFF = 123, | ||
| OMNI_MODE_OFF = 124, | ||
| OMNI_MODE_ON = 125, | ||
| OMNI_MONOPHONIC_ON = 126, | ||
| OMNI_POLYPHONIC_ON = 127 | ||
| } | ||
| #endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |