|
Wwise SDK 2025.1.3
|
#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 に定義があります。