AWECore Instance
Module: AudioWeaver Core
Classes
| Name | |
|---|---|
| struct | _AWEInstance The AWE instance. |
Types
| Name | |
|---|---|
| typedef struct _AWEInstance | AWEInstance The AWE instance. |
Types Documentation
typedef AWEInstance
typedef struct _AWEInstance AWEInstance;
The AWE instance.
The AWE Instance struct must have its members/pointers assigned at init time. The AWEInstance is the most important structure, and it must be initialized properly. After assigning all of the required members, the BSP author will call the awe_init() function. All members are required to be assigned unless they are marked optional in the detailed description below..
Updated on 2026-02-10 at 15:44:29 -0500