Wwise SDK 2023.1.8
|
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... | |
Stream statistics.
Definition at line 205 of 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