|
Wwise SDK 2024.1.9
|
#include <type_traits>#include <AK/SoundEngine/Common/AkAudioObject.h>#include <AK/SoundEngine/Common/AkHashTableTypes.h>#include <AK/SoundEngine/Common/AkHashTableFuncs.h>#include <AK/SoundEngine/Common/IAkPlugin.h>#include <AK/Tools/Common/AkMurMurHash.h>#include <AK/Tools/Common/AkPlacementNew.h>类 | |
| class | AK::IAkPluginServiceHashTable |
| struct | AK::AkAudioObjectBuffer |
| A common hashtable for mapping audioobjectIds to a combination of audio buffers and objects 更多... | |
命名空间 | |
| namespace | AK |
| Definition of data structures for AkAudioObject | |
宏定义 | |
| #define | AK_GET_PLUGIN_SERVICE_HASHTABLE(plugin_ctx) static_cast<AK::IAkPluginServiceHashTable*>(plugin_ctx->GetPluginService(AK::PluginServiceType_HashTable)) |
类型定义 | |
| typedef AK::AkHashTable< AkAudioObjectID, AkAudioObjectBuffer > | AK::AkAudioObjectBufferMap |
函数 | |
| AkForceInline AkUInt64 | AK::GetObjectChannelHash (AkUInt64 in_uAudioObjectId, AkUInt32 in_uChannelIdx) |
| Common hash function for getting a unique hash for a channel on an audio object 更多... | |
Plug-in interface for HashTable
在文件 IAkPluginHashTable.h 中定义.