目录
Wwise SDK 2018.1.11
|
AkPluginInfo结构体 参考
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.
- 备注
- The bIsInPlace field is only relevant for effect plug-ins.
在文件 IAkPlugin.h 第 57 行定义.
该结构体的文档由以下文件生成:
- include/AK/SoundEngine/Common/IAkPlugin.h