Wwise SDK 2022.1.17
|
#include <AK/SoundEngine/Common/AkMemoryMgr.h>
Go to the source code of this file.
Classes | |
struct | AkFileSystemFlags |
File system flags for file descriptors mapping. More... | |
struct | AkStreamInfo |
struct | AkAutoStmHeuristics |
Automatic streams heuristics. More... | |
struct | AkAutoStmBufSettings |
Automatic streams buffer settings/constraints. More... | |
struct | AkDeviceDesc |
Device descriptor. More... | |
struct | AkDeviceData |
Device descriptor. More... | |
struct | AkStreamRecord |
Stream general information. More... | |
struct | AkStreamData |
Stream statistics. More... | |
class | AK::IAkStreamProfile |
class | AK::IAkDeviceProfile |
class | AK::IAkStreamMgrProfile |
class | AK::IAkStdStream |
class | AK::IAkAutoStream |
class | AK::IAkStreamMgr |
Namespaces | |
namespace | AK |
Audiokinetic namespace. | |
Profiling string lengths. | |
#define | AK_MONITOR_STREAMNAME_MAXLENGTH (64) |
#define | AK_MONITOR_DEVICENAME_MAXLENGTH (16) |
enum | AkStmStatus { AK_StmStatusIdle = 0, AK_StmStatusCompleted = 1, AK_StmStatusPending = 2, AK_StmStatusCancelled = 3, AK_StmStatusError = 4 } |
Stream status. More... | |
enum | AkMoveMethod { AK_MoveBegin = 0, AK_MoveCurrent = 1, AK_MoveEnd = 2 } |
enum | AkOpenMode { AK_OpenModeRead = 0, AK_OpenModeWrite = 1, AK_OpenModeWriteOvrwr = 2, AK_OpenModeReadWrite = 3 } |
File open mode. More... | |
Defines the API of Audiokinetic's I/O streaming solution.
Definition in file IAkStreamMgr.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