menu
 
版本
2016.2.6.6153

2024.1.4.8780

2023.1.12.8706

2022.1.18.8567

2021.1.14.8108

2019.2.15.7667

2019.1.11.7296

2018.1.11.6987

2017.2.10.6745

2017.1.9.6501

2016.2.6.6153

2015.1.9.5624


menu_open

include/AK/Tools/Common/AkLock.h

Go to the documentation of this file.
00001 /*******************************************************************************
00002 The content of this file includes portions of the AUDIOKINETIC Wwise Technology
00003 released in source code form as part of the SDK installer package.
00004 
00005 Commercial License Usage
00006 
00007 Licensees holding valid commercial licenses to the AUDIOKINETIC Wwise Technology
00008 may use this file in accordance with the end user license agreement provided 
00009 with the software or, alternatively, in accordance with the terms contained in a
00010 written agreement between you and Audiokinetic Inc.
00011 
00012 Apache License Usage
00013 
00014 Alternatively, this file may be used under the Apache License, Version 2.0 (the 
00015 "Apache License"); you may not use this file except in compliance with the 
00016 Apache License. You may obtain a copy of the Apache License at 
00017 http://www.apache.org/licenses/LICENSE-2.0.
00018 
00019 Unless required by applicable law or agreed to in writing, software distributed
00020 under the Apache License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
00021 OR CONDITIONS OF ANY KIND, either express or implied. See the Apache License for
00022 the specific language governing permissions and limitations under the License.
00023 
00024   Version: <VERSION>  Build: <BUILDNUMBER>
00025   Copyright (c) <COPYRIGHTYEAR> Audiokinetic Inc.
00026 *******************************************************************************/
00027 
00028 // AkLock.h
00029 
00032 
00033 #ifndef _AK_TOOLS_COMMON_AKLOCK_H
00034 #define _AK_TOOLS_COMMON_AKLOCK_H
00035 
00036 #include <AK/AkPlatforms.h>
00037 
00038 #if defined(AK_WIN) || defined(AK_XBOXONE)
00039 #include <AK/Tools/Win32/AkLock.h>
00040 
00041 #elif defined (AK_XBOX360)
00042 #include <AK/Tools/XBox360/AkLock.h>
00043 
00044 #elif defined (AK_PS3)
00045 #include <AK/Tools/PS3/AkLock.h>
00046 
00047 #elif defined (AK_WII_FAMILY)
00048 #include <AK/Tools/Wii/AkLock.h>
00049 
00050 #elif defined (AK_APPLE) 
00051 #include <AK/Tools/POSIX/AkLock.h>
00052 
00053 #elif defined (AK_VITA)
00054 #include <AK/Tools/Vita/AkLock.h>
00055 
00056 #elif defined (AK_3DS)
00057 #include <AK/Tools/3DS/AkLock.h>
00058 
00059 #elif defined (AK_ANDROID)
00060 #include <AK/Tools/POSIX/AkLock.h>
00061 
00062 #elif defined (AK_NACL)
00063 #include <AK/Tools/POSIX/AkLock.h>
00064 
00065 #elif defined (AK_PS4)
00066 #include <AK/Tools/PS4/AkLock.h>
00067 
00068 #elif defined (AK_LINUX)
00069 #include <AK/Tools/POSIX/AkLock.h>
00070 
00071 #elif defined (AK_EMSCRIPTEN)
00072 #include <AK/Tools/POSIX/AkLock.h>
00073 
00074 #elif defined (AK_QNX)
00075 #include <AK/Tools/POSIX/AkLock.h>
00076 
00077 #elif defined (AK_NX)
00078 #include <AK/Tools/NX/AkLock.h>
00079 
00080 #else
00081 #error AkLock.h: Undefined platform
00082 #endif
00083 
00084 #endif // _AK_TOOLS_COMMON_AKLOCK_H

此页面对您是否有帮助?

需要技术支持?

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

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

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

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

开始 Wwise 之旅