menu
Version
2024.1.4.8780
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2024.1.4
|
#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