Wwise SDK 2021.1.8
AkAutoStmHeuristics
Version
Wwise SDK 2021.1.8
|
AkAutoStmHeuristics Struct Reference
Automatic streams heuristics. More...
#include <IAkStreamMgr.h>
Public Attributes | |
AkReal32 | fThroughput |
Average throughput in bytes/ms. More... |
|
AkUInt32 | uLoopStart |
Set to the start of loop (byte offset from the beginning of the stream) for streams that loop, 0 otherwise. More... |
|
AkUInt32 | uLoopEnd |
Set to the end of loop (byte offset from the beginning of the stream) for streams that loop, 0 otherwise. More... |
|
AkUInt8 | uMinNumBuffers |
AkPriority | priority |
The stream priority. it should be between AK_MIN_PRIORITY and AK_MAX_PRIORITY (included). More... |
|
Detailed Description
Automatic streams heuristics.
Definition at line 122 of file IAkStreamMgr.h.