Memory category IDs. If this is modified, the Comm version should be bumped as well, to keep Authoring in line
Enumerator |
---|
AkMemID_Object | Generic placeholder for allocations tied to the Wwise project.
|
AkMemID_Event | Events from the Wwise project.
|
AkMemID_Structure | Structures from the Wwise project.
|
AkMemID_Media | Media from the Wwise project.
|
AkMemID_GameObject | Game Objects and related.
|
AkMemID_Processing | Anything tied to instancing and processing of the DSP graph.
|
AkMemID_ProcessingPlugin | Plug-in allocations related to the DSP graph.
|
AkMemID_Streaming | Streaming Manager objects.
|
AkMemID_StreamingIO | Streaming Manager I/O memory.
|
AkMemID_SpatialAudio | Spatial audio.
|
AkMemID_SpatialAudioGeometry | Spatial audio geometry data.
|
AkMemID_SpatialAudioPaths | Spatial audio paths data.
|
AkMemID_GameSim | Game Simulator allocations.
|
AkMemID_MonitorQueue | Monitor Queue.
|
AkMemID_Profiler | Profiler.
|
AkMemID_FilePackage | File packager.
|
AkMemID_SoundEngine | Base sound engine allocations (managers, etc).
|
AkMemID_Integration | Game engine integration allocations.
|
AkMemID_JobMgr | Allocations for Sound Engine jobs and job dependencies.
|
AkMemID_TempAudioRender | Temporary allocations for audio render.
|
AkMemID_BookmarkAlloc | Allocations serviced by the bookmark allocator.
|
AkMemID_NUM | Category count.
|
AkMemID_MASK | Mask for category IDs.
|
AkMemType_Media | Media memory type bit.
|
AkMemType_Device | Device memory type bit.
|
AkMemType_NoTrack | Do not track this allocation.
|