Wwise SDK 2018.1.11
|
The Wwise Authoring API can be used to issue remote procedure calls from within a Wwise plug-in using the AK::Wwise::IAudioPlugin::WaapiCall()
method.
Note: Calls to the AK::Wwise::IAudioPlugin::WaapiCall() method are always blocking. |
Utility classes are provided so that callers can provide a strategy for memory allocation. AK::Wwise::Mallocator
offers a default implementation using malloc
and free
, but a custom one can easily be provided by defining a class that implements AK::IAkPluginMemAlloc
. Finally, a wrapper class AK::Wwise::SafeAllocator
is used to ensure type-safety and automatic memory management.
Examples:
Note: Here, RapidJSON is only used for demonstration purposes and is in no way mandatory. The library of your choice can be used to manipulate JSON. |
Refer to How to Create a Wwise Plug-in DLL for more information on Wwise plug-ins.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise