Table of Contents
Wwise SDK 2019.1.6
|
AkPluginInfo Struct Reference
Public Member Functions | |
AkPluginInfo () | |
Constructor for default values. More... |
|
Public Attributes | |
AkPluginType | eType |
Plug-in type. More... |
|
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. More... |
|
bool | bIsInPlace |
Buffer usage (in-place or not) More... |
|
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. More... |
|
bool | bReserved |
Legacy bIsAsynchronous plug-in flag, now unused. Preserved for plug-in backward compatibility. bReserved should be false for all plug-in. More... |
|
Detailed Description
Plug-in information structure.
- Remarks
- The bIsInPlace field is only relevant for effect plug-ins.
- See also
Definition at line 58 of file IAkPlugin.h.
The documentation for this struct was generated from the following file:
- include/AK/SoundEngine/Common/IAkPlugin.h