Wwise SDK 2021.1.8
AkStreamData
Version
Wwise SDK 2021.1.8
|
AkStreamData Struct Reference
Stream statistics. More...
#include <IAkStreamMgr.h>
Public Attributes | |
AkUInt32 | uStreamID |
Unique stream identifier. More... |
|
AkUInt32 | uPriority |
Stream priority. More... |
|
AkUInt64 | uFilePosition |
Current position. More... |
|
AkUInt32 | uTargetBufferingSize |
Total stream buffer size (specific to IAkAutoStream) More... |
|
AkUInt32 | uVirtualBufferingSize |
Size of available data including requested data (specific to IAkAutoStream) More... |
|
AkUInt32 | uBufferedSize |
Size of available data (specific to IAkAutoStream) More... |
|
AkUInt32 | uNumBytesTransfered |
Transfered amount since last query (Accumulate/Reset) More... |
|
AkUInt32 | uNumBytesTransferedLowLevel |
Transfered amount (from low-level IO only) since last query (Accumulate/Reset) More... |
|
AkUInt32 | uMemoryReferenced |
Amount of streaming memory referenced by this stream. More... |
|
AkReal32 | fEstimatedThroughput |
Estimated throughput heuristic. More... |
|
bool | bActive |
True if this stream has been active (that is, was ready for I/O or had at least one pending I/O transfer, uncached or not) in the previous frame. More... |
|
Detailed Description
Stream statistics.
Definition at line 197 of file IAkStreamMgr.h.