Wwise SDK 2023.1.8
|
#include <type_traits>
#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/AkObject.h>
クラス | |
class | AK::IAkPluginServiceHashTable |
struct | AK::AkAudioObjectBuffer |
A common hashtable for mapping audioobjectIds to a combination of audio buffers and objects [詳解] | |
名前空間 | |
namespace | AK |
Audiokinetic namespace | |
マクロ定義 | |
#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 に定義があります。