93 lines
2.8 KiB
C#
93 lines
2.8 KiB
C#
#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 (https://www.swig.org).
|
|
// Version 4.3.0
|
|
//
|
|
// 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_InvalidFile = 7,
|
|
AK_AudioFileHeaderTooLarge = 8,
|
|
AK_MaxReached = 9,
|
|
AK_InvalidID = 14,
|
|
AK_IDNotFound = 15,
|
|
AK_InvalidInstanceID = 16,
|
|
AK_NoMoreData = 17,
|
|
AK_InvalidStateGroup = 20,
|
|
AK_ChildAlreadyHasAParent = 21,
|
|
AK_InvalidLanguage = 22,
|
|
AK_CannotAddItselfAsAChild = 23,
|
|
AK_InvalidParameter = 31,
|
|
AK_ElementAlreadyInList = 35,
|
|
AK_PathNotFound = 36,
|
|
AK_PathNoVertices = 37,
|
|
AK_PathNotRunning = 38,
|
|
AK_PathNotPaused = 39,
|
|
AK_PathNodeAlreadyInList = 40,
|
|
AK_PathNodeNotInList = 41,
|
|
AK_DataNeeded = 43,
|
|
AK_NoDataNeeded = 44,
|
|
AK_DataReady = 45,
|
|
AK_NoDataReady = 46,
|
|
AK_InsufficientMemory = 52,
|
|
AK_Cancelled = 53,
|
|
AK_UnknownBankID = 54,
|
|
AK_BankReadError = 56,
|
|
AK_InvalidSwitchType = 57,
|
|
AK_FormatNotReady = 63,
|
|
AK_WrongBankVersion = 64,
|
|
AK_FileNotFound = 66,
|
|
AK_DeviceNotReady = 67,
|
|
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,
|
|
AK_DataAlignmentError = 89,
|
|
AK_DeviceNotCompatible = 90,
|
|
AK_DuplicateUniqueID = 91,
|
|
AK_InitBankNotLoaded = 92,
|
|
AK_DeviceNotFound = 93,
|
|
AK_PlayingIDNotFound = 94,
|
|
AK_InvalidFloatValue = 95,
|
|
AK_FileFormatMismatch = 96,
|
|
AK_NoDistinctListener = 97,
|
|
AK_ResourceInUse = 99,
|
|
AK_InvalidBankType = 100,
|
|
AK_AlreadyInitialized = 101,
|
|
AK_NotInitialized = 102,
|
|
AK_FilePermissionError = 103,
|
|
AK_UnknownFileError = 104,
|
|
AK_TooManyConcurrentOperations = 105,
|
|
AK_InvalidFileSize = 106,
|
|
AK_Deferred = 107,
|
|
AK_FilePathTooLong = 108,
|
|
AK_InvalidState = 109,
|
|
AKRESULT_Last
|
|
}
|
|
#endif // #if ! (UNITY_DASHBOARD_WIDGET || UNITY_WEBPLAYER || UNITY_WII || UNITY_WIIU || UNITY_NACL || UNITY_FLASH || UNITY_BLACKBERRY) // Disable under unsupported platforms. |