Wwise SDK 2024.1.1
|
Automatic streams heuristics. [詳解]
#include <IAkStreamMgr.h>
公開変数類 | |
AkReal32 | fThroughput |
Average throughput in bytes/ms [詳解] | |
AkUInt64 | uLoopStart |
Set to the start of loop (byte offset from the beginning of the stream) for streams that loop, 0 otherwise [詳解] | |
AkUInt64 | uLoopEnd |
Set to the end of loop (byte offset from the beginning of the stream) for streams that loop, 0 otherwise [詳解] | |
AkUInt8 | uMinNumBuffers |
AkPriority | priority |
The stream priority. it should be between AK_MIN_PRIORITY and AK_MAX_PRIORITY (included). [詳解] | |
Automatic streams heuristics.
IAkStreamMgr.h の 94 行目に定義があります。