Wwise SDK 2025.1.0
|
#include <AK/SoundEngine/Common/AkCommonDefs.h>
#include <AK/SoundEngine/Common/AkSpeakerConfig.h>
#include <AK/SoundEngine/Common/AkTypes.h>
#include <AK/SoundEngine/Common/IAkPlugin.h>
类 | |
class | AK::IAkPluginServiceMeter |
Interface for the "Meter" plug-in service, to handle metering of signals in various ways 更多... | |
命名空间 | |
namespace | AK |
Definition of data structures for AkAudioObject | |
宏定义 | |
#define | AK_GET_PLUGIN_SERVICE_METER(plugin_ctx) static_cast<AK::IAkPluginServiceMeter*>(plugin_ctx->GetPluginService(AK::PluginServiceType_Meter)) |
Plug-in interface for accessing mixing-related functionality for plug-ins
在文件 IAkPluginServiceMeter.h 中定义.