Wwise SDK 2024.1.0
|
#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>
Go to the source code of this file.
Classes | |
class | AK::IAkPluginServiceHashTable |
struct | AK::AkAudioObjectBuffer |
A common hashtable for mapping audioobjectIds to a combination of audio buffers and objects. More... | |
Namespaces | |
namespace | AK |
Definition of data structures for AkAudioObject. | |
Macros | |
#define | AK_GET_PLUGIN_SERVICE_HASHTABLE(plugin_ctx) static_cast<AK::IAkPluginServiceHashTable*>(plugin_ctx->GetPluginService(AK::PluginServiceType_HashTable)) |
Typedefs | |
typedef AK::AkHashTable< AkAudioObjectID, AkAudioObjectBuffer > | AK::AkAudioObjectBufferMap |
Functions | |
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. More... | |
Plug-in interface for HashTable
Definition in file IAkPluginHashTable.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise