Wwise SDK 2021.1.8
AkStreamRecord
Version
Wwise SDK 2021.1.8
|
AkStreamRecord Struct Reference
Stream general information. More...
#include <IAkStreamMgr.h>
Public Attributes | |
AkUInt32 | uStreamID |
Unique stream identifier. More... |
|
AkDeviceID | deviceID |
Device ID. More... |
|
AkUtf16 | szStreamName [AK_MONITOR_STREAMNAME_MAXLENGTH] |
Stream name. More... |
|
AkUInt32 | uStringSize |
Stream name string's size (number of characters) More... |
|
AkUInt64 | uFileSize |
File size. More... |
|
AkUInt32 | uCustomParamSize |
File descriptor's uCustomParamSize. More... |
|
AkUInt32 | uCustomParam |
File descriptor's pCustomParam (on 32 bits) More... |
|
bool | bIsAutoStream |
True for auto streams. More... |
|
bool | bIsCachingStream |
True for caching streams. More... |
|
Detailed Description
Stream general information.
Definition at line 183 of file IAkStreamMgr.h.