Wwise SDK 2021.1.8
AkSpatialAudioID
Version
arrow_right
Table of Contents
-
-
-
-
Samples
-
-
-
-
-
-
-
-
-
-
-
-
Modules
-
-
Classes
-
AK
-
-
-
-
-
Ak3dData
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkArray
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkBox
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkExtent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkLine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkPlane
-
-
-
-
-
-
-
-
-
-
AkRamp
-
-
-
-
-
-
-
-
AkRoomID
-
-
-
AkSet
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkString
-
-
-
-
-
-
-
-
-
-
AkVector
-
AkVertex
-
-
-
CAkHeap
-
-
CAkLock
-
-
-
GUID
-
-
-
-
-
-
__AkPos
-
-
-
Ak3dData
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkBox
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkExtent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkLine
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkPlane
-
-
-
-
-
-
-
-
-
-
AkRamp
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkRoomID
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
AkVector
-
AkVertex
-
-
-
-
-
-
-
CAkLock
-
-
-
-
-
-
-
-
-
Device
-
-
-
-
-
Entry
-
-
-
-
FNVHash
-
-
-
-
-
GUID
-
-
Hash32
-
Hash64
-
-
-
-
-
-
-
IAkList
-
-
IAkMap
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Item
-
Iterator
-
Iterator
-
Iterator
-
Iterator
-
Iterator
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Ports
-
-
-
-
-
AkArray
-
-
Instance
-
-
-
tCc
-
-
tGen
-
-
-
-
-
-
-
AkArray
-
Version
-
-
-
-
-
Files
-
-
-
-
-
-
-
-
Other Documentation
Wwise SDK 2021.1.8
|
AkSpatialAudioID Struct Reference
Base type for ID's used by Wwise spatial audio.
More...
#include <AkSpatialAudioTypes.h>
Inheritance diagram for AkSpatialAudioID:

Public Member Functions | |
AkSpatialAudioID () | |
Default constructor. Creates an invalid ID. More... |
|
AkSpatialAudioID (AkUInt64 _id) | |
Construct from a 64-bit int. More... |
|
AkSpatialAudioID (const void *ptr) | |
Conversion from a pointer to a AkSpatialAudioID. More... |
|
bool | operator== (AkSpatialAudioID rhs) const |
bool | operator!= (AkSpatialAudioID rhs) const |
bool | operator< (AkSpatialAudioID rhs) const |
bool | operator> (AkSpatialAudioID rhs) const |
bool | operator<= (AkSpatialAudioID rhs) const |
bool | operator>= (AkSpatialAudioID rhs) const |
bool | IsValid () const |
Determine if this ID is valid. More... |
|
AkGameObjectID | AsGameObjectID () const |
Conversion function used internally to convert from a AkSpatialAudioID to a AkGameObjectID. More... |
|
operator AkUInt64 () | |
Public Attributes | |
AkUInt64 | id |
Detailed Description
Base type for ID's used by Wwise spatial audio.
Definition at line 100 of file AkSpatialAudioTypes.h.