menu
版本
2018.1.11.6987
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
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
Wwise SDK 2018.1.11
|
Public 成员函数 | |
AkPluginInfo () | |
Constructor for default values 更多... |
|
Public 属性 | |
AkPluginType | eType |
Plug-in type 更多... |
|
AkUInt32 | uBuildVersion |
Plugin build version, must match the AK_WWISESDK_VERSION_COMBINED macro from AkWwiseSDKVersion.h. Prevents usage of plugins compiled for other versions, avoiding crashes or data issues. 更多... |
|
bool | bIsInPlace |
Buffer usage (in-place or not) 更多... |
|
bool | bCanChangeRate |
True for effects whose sample throughput is different between input and output. Effects that can change rate need to be out-of-place (!bIsInPlace), and cannot exist on busses. 更多... |
|
bool | bReserved |
Legacy bIsAsynchronous plug-in flag, now unused. Preserved for plug-in backward compatibility. bReserved should be false for all plug-in. 更多... |
|
Plug-in information structure.
在文件 IAkPlugin.h 第 57 行定义.