menu
バージョン
2017.1.9.6501
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Device descriptor. [詳細]
Public 変数 | |
AkDeviceID | deviceID |
Device ID. |
|
AkUInt32 | uMemSize |
IO memory pool size. |
|
AkUInt32 | uMemUsed |
IO memory pool used. |
|
AkUInt32 | uAllocs |
Cumulative number of allocations. |
|
AkUInt32 | uFrees |
Cumulative number of deallocations. |
|
AkUInt32 | uPeakRefdMemUsed |
Memory peak since monitoring started. |
|
AkUInt32 | uUnreferencedCachedBytes |
IO memory that is cached but is not currently used for active streams. |
|
AkUInt32 | uGranularity |
IO memory pool block size. |
|
AkUInt32 | uNumActiveStreams |
Number of streams that have been active in the previous frame. |
|
AkUInt32 | uTotalBytesTransferred |
Number of bytes transferred, including cached transfers. |
|
AkUInt32 | uLowLevelBytesTransferred |
Number of bytes transferred exclusively via low-level. |
|
AkReal32 | fAvgCacheEfficiency |
Total bytes from cache as a percentage of total bytes. |
|
AkUInt32 | uNumLowLevelRequestsCompleted |
Number of low-level transfers that have completed in the previous monitoring frame. |
|
AkUInt32 | uNumLowLevelRequestsCancelled |
Number of low-level transfers that were cancelled in the previous monitoring frame. |
|
AkUInt32 | uNumLowLevelRequestsPending |
Number of low-level transfers that are currently pending. |
|
AkUInt32 | uCustomParam |
Custom number queried from low-level IO. |
|
AkUInt32 | uCachePinnedBytes |
Number of bytes that can be pinned into cache. |
Device descriptor.
IAkStreamMgr.h の 159 行で定義されています。