Wwise SDK 2023.1.8
|
◆ AK_EXPORT_PLUGIN_CONTAINER
(C++) Exports the plug-in container for a shared library. The export name is ak_wwise_plugin_container_export_ContainerName, where ContainerName must be the plug-in file/xml name. For example, it should be AkCompressor for AkCompressor.dll/.xml. For non-Windows platforms, the export name is ak_wwise_plugin_container_export_libContainerName.
在文件 PluginInfoGenerator.h 第 857 行定义. |