|
Video SDK v3.7.1 API Reference for Unity
|
Public Attributes | |
| uint | duration |
| uint | txBytes |
| uint | rxBytes |
| uint | txAudioBytes |
| uint | txVideoBytes |
| uint | rxAudioBytes |
| uint | rxVideoBytes |
| uint | txKBitRate |
| uint | rxKBitRate |
| uint | rxAudioKBitRate |
| uint | txAudioKBitRate |
| uint | rxVideoKBitRate |
| uint | txVideoKBitRate |
| ushort | lastmileDelay |
| ushort | txPacketLossRate |
| ushort | rxPacketLossRate |
| uint | userCount |
| double | cpuAppUsage |
| double | cpuTotalUsage |
| int | gatewayRtt |
| double | memoryAppUsageRatio |
| double | memoryTotalUsageRatio |
| int | memoryAppUsageInKbytes |
Statistics of the channel.
| uint agora_gaming_rtc.RtcStats.duration |
Call duration (s), represented by an aggregate value.
| uint agora_gaming_rtc.RtcStats.txBytes |
Total number of bytes transmitted, represented by an aggregate value.
| uint agora_gaming_rtc.RtcStats.rxBytes |
Total number of bytes received, represented by an aggregate value.
| uint agora_gaming_rtc.RtcStats.txAudioBytes |
Total number of audio bytes sent (bytes), represented by an aggregate value.
| uint agora_gaming_rtc.RtcStats.txVideoBytes |
Total number of video bytes sent (bytes), represented by an aggregate value.
| uint agora_gaming_rtc.RtcStats.rxAudioBytes |
Total number of audio bytes received (bytes) before network countermeasures, represented by an aggregate value.
| uint agora_gaming_rtc.RtcStats.rxVideoBytes |
Total number of video bytes received (bytes), represented by an aggregate value.
| uint agora_gaming_rtc.RtcStats.txKBitRate |
Transmission bitrate (Kbps), represented by an instantaneous value.
| uint agora_gaming_rtc.RtcStats.rxKBitRate |
Receive bitrate (Kbps), represented by an instantaneous value.
| uint agora_gaming_rtc.RtcStats.rxAudioKBitRate |
Audio receive bitrate (Kbps), represented by an instantaneous value.
| uint agora_gaming_rtc.RtcStats.txAudioKBitRate |
Audio transmission bitrate (Kbps), represented by an instantaneous value.
| uint agora_gaming_rtc.RtcStats.rxVideoKBitRate |
Video receive bitrate (Kbps), represented by an instantaneous value.
| uint agora_gaming_rtc.RtcStats.txVideoKBitRate |
Video transmission bitrate (Kbps), represented by an instantaneous value.
| ushort agora_gaming_rtc.RtcStats.lastmileDelay |
Client-server latency (ms)
| ushort agora_gaming_rtc.RtcStats.txPacketLossRate |
The packet loss rate (%) from the local client to Agora's edge server, before using the anti-packet-loss method.
| ushort agora_gaming_rtc.RtcStats.rxPacketLossRate |
The packet loss rate (%) from Agora's edge server to the local client, before using the anti-packet-loss method.
| uint agora_gaming_rtc.RtcStats.userCount |
Number of users in the channel.
| double agora_gaming_rtc.RtcStats.cpuAppUsage |
Application CPU usage (%).
| double agora_gaming_rtc.RtcStats.cpuTotalUsage |
System CPU usage (%).
In the multi-kernel environment, this member represents the average CPU usage. The value = 100 - System Idle Progress in Task Manager (%).
| int agora_gaming_rtc.RtcStats.gatewayRtt |
The round-trip time delay from the client to the local router.
| double agora_gaming_rtc.RtcStats.memoryAppUsageRatio |
The memory usage ratio of the app (%).
| double agora_gaming_rtc.RtcStats.memoryTotalUsageRatio |
The memory usage ratio of the system (%).
| int agora_gaming_rtc.RtcStats.memoryAppUsageInKbytes |
The memory usage ratio of the app (KB).