Version

    Other Documentation

menu_open

AkPluginInfo Struct Reference

List of all members.

Public Member Functions

  AkPluginInfo ()
  Constructor for default values.

Public Attributes

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  bIsAsynchronous
  Asynchronous plug-in flag.

Detailed Description

Plug-in information structure.

Remarks:
The bIsInPlace field is only relevant for effect plug-ins.
Currently asynchronous effects are only supported on PS3 effect plug-ins (insert effects have to be asynchronous, source plugins have the choise), otherwise effects should be synchronous.
See also:

Definition at line 111 of file IAkPlugin.h.


The documentation for this struct was generated from the following file:

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise