|
NERtc Unity SDK
V4.5.907
|
Public Attributes | |
| uint | cpuAppUsage |
| uint | cpuIdleUsage |
| uint | cpuTotalUsage |
| uint | memoryAppUsage |
| uint | memoryTotalUsage |
| uint | memoryAppKbytes |
| int | totalDuration |
| ulong | txBytes |
| ulong | rxBytes |
| ulong | txAudioBytes |
| ulong | txVideoBytes |
| ulong | rxAudioBytes |
| ulong | rxVideoBytes |
| int | txAudioKbitrate |
| int | rxAudioKbitrate |
| int | txVideoKbitrate |
| int | rxVideoKbitrate |
| int | upRtt |
| int | downRtt |
| int | txAudioPacketLossRate |
| int | txVideoPacketLossRate |
| int | txAudioPacketLossSum |
| int | txVideoPacketLossSum |
| int | txAudioJitter |
| int | txVideoJitter |
| int | rxAudioPacketLossRate |
| int | rxVideoPacketLossRate |
| int | rxAudioPacketLossSum |
| int | rxVideoPacketLossSum |
| int | rxAudioJitter |
| int | rxVideoJitter |
Stats related to calls.
| uint nertc.RtcStats.cpuAppUsage |
The CPU usage occupied by the app (%).
| uint nertc.RtcStats.cpuIdleUsage |
The CPU idle rate of the current system (%).
| uint nertc.RtcStats.cpuTotalUsage |
The current system CPU usage (%).
| uint nertc.RtcStats.memoryAppUsage |
The current memory usage occupied by the app (%).
| uint nertc.RtcStats.memoryTotalUsage |
The current system memory usage (%).
| uint nertc.RtcStats.memoryAppKbytes |
The current memory used by the app (KB).
| int nertc.RtcStats.totalDuration |
Call duration in seconds.
| ulong nertc.RtcStats.txBytes |
The number of bytes sent. This is the cumulative value. (bytes)
| ulong nertc.RtcStats.rxBytes |
The number of bytes received. This is the cumulative value. (bytes)
| ulong nertc.RtcStats.txAudioBytes |
The number of audio bytes sent. This is the cumulative value. (bytes)
| ulong nertc.RtcStats.txVideoBytes |
The number of video bytes sent. This is the cumulative value. (bytes)
| ulong nertc.RtcStats.rxAudioBytes |
The number of audio bytes received. This is the cumulative value. (bytes)
| ulong nertc.RtcStats.rxVideoBytes |
The number of video bytes received. This is the cumulative value. (bytes)
| int nertc.RtcStats.txAudioKbitrate |
Audio bitrate for publishing. (kbps)
| int nertc.RtcStats.rxAudioKbitrate |
Audio bitrate for subscribed streams. (kbps)
| int nertc.RtcStats.txVideoKbitrate |
Video bitrate for publishing. (kbps)
| int nertc.RtcStats.rxVideoKbitrate |
Video bitrate for subscribed streams. (kbps)
| int nertc.RtcStats.upRtt |
Average uplink round trip time. (ms)
| int nertc.RtcStats.downRtt |
Average downlink round-trip time. (ms)
| int nertc.RtcStats.txAudioPacketLossRate |
The actual uplink packet loss rate of the local audio stream. (%)
| int nertc.RtcStats.txVideoPacketLossRate |
The actual uplink packet loss rate of the local video stream. (%)
| int nertc.RtcStats.txAudioPacketLossSum |
The actual number of lost packets for local upstream audio.
| int nertc.RtcStats.txVideoPacketLossSum |
Actual number of lost packets for local upstream video.
| int nertc.RtcStats.txAudioJitter |
Local upstream audio jitter calculation. (ms)
| int nertc.RtcStats.txVideoJitter |
Local uplink video jitter calculation. (ms)
| int nertc.RtcStats.rxAudioPacketLossRate |
Actual packet loss of local downlink audio stream. (%)
| int nertc.RtcStats.rxVideoPacketLossRate |
Actual local downstream video packet loss rate. (%)
| int nertc.RtcStats.rxAudioPacketLossSum |
Actual number of lost packets for local downstream audio.
| int nertc.RtcStats.rxVideoPacketLossSum |
Actual number of lost packets for local downstream video.
| int nertc.RtcStats.rxAudioJitter |
Local downstream audio jitter calculation. (ms)
| int nertc.RtcStats.rxVideoJitter |
Local downstream video jitter calculation. (ms)