menu
版本
2024.1.1.8691
2024.1.1.8691
2023.1.9.8628
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
2024.1.1.8691
2023.1.9.8628
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
Wwise SDK 2024.1.1
|
#include <AkPlatformFuncs.h>
Public 属性 | |
int | nPriority |
Thread priority 更多... | |
SceKernelCpumask | dwAffinityMask |
Affinity mask 更多... | |
size_t | uStackSize |
Thread stack size 更多... | |
int | uSchedPolicy |
Thread scheduling policy 更多... | |
AkInt32 | nPriority |
Thread priority. 0=highest, 31=lowest. 更多... | |
int | iIdealCore |
Preferred core number: see nn::os::SetThreadCoreMask documentation. 更多... | |
nn::Bit64 | affinityMask |
Affinity mask for each core: see nn::os::SetThreadCoreMask documentation. 更多... | |
AkUInt32 | dwAffinityMask |
Affinity mask 更多... | |
AkUInt32 | uStackSize |
Thread stack size. 更多... | |
在文件 AkPlatformFuncs.h 第 44 行定义.