Wwise SDK 2019.2.15
|
公開メンバ関数 | |
AkPluginInfo () | |
Constructor for default values [詳解] |
|
公開変数類 | |
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 の 58 行目に定義があります。