menu
バージョン
2018.1.11.6987
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
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.5.8803
2023.1.13.8732
2022.1.19.8584
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 2018.1.11
|
公開変数類 | |
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 の 48 行目に定義があります。