NERtc iOS SDK
V4.4.301
|
Collects stats related to calls. 更多...
#import <NERtcEngineStatistics.h>
属性 | |
int64_t | txBytes |
The number of cumulative bytes sent (bytes). 更多... | |
int64_t | rxBytes |
The number of cumulative bytes received (bytes). 更多... | |
uint32_t | cpuAppUsage |
The CPU usage of the current app (%). 更多... | |
uint32_t | cpuTotalUsage |
The CPU usage of the current system (%). 更多... | |
uint32_t | memoryAppUsageRatio |
The ratio of current memory usage by the app (%) with respect to the maximum available memory. 更多... | |
uint32_t | memoryTotalUsageRatio |
Percentage of the memory used by the current system (%). 更多... | |
uint32_t | memoryAppUsageInKBytes |
The memory size used by the current app (KB). 更多... | |
uint64_t | totalDuration |
The duration of the call that starts from joining the room. 更多... | |
uint64_t | txAudioBytes |
The number of cumulative bytes of audio data sent since a user joins the room (bytes). 更多... | |
uint64_t | txVideoBytes |
The number of cumulative bytes of video data sent since a user joins the room (bytes). 更多... | |
uint64_t | rxAudioBytes |
The number of cumulative bytes of audio data received since a user joins the room (bytes). 更多... | |
uint64_t | rxVideoBytes |
The number of cumulative bytes of video data received since a user joins the room (bytes). 更多... | |
uint64_t | rxAudioKBitRate |
The bitrate of the audio stream received (kbps). 更多... | |
uint64_t | rxVideoKBitRate |
The bitrate of the video stream received (kbps). 更多... | |
uint64_t | txAudioKBitRate |
The bitrate of the audio stream sent (kbps). 更多... | |
uint64_t | txVideoKBitRate |
The bitrate of the video stream sent (kbps). 更多... | |
uint64_t | upRtt |
Average uplink round-trip latency (ms). 更多... | |
uint64_t | downRtt |
Average downlink round-trip latency (ms). 更多... | |
uint32_t | txAudioPacketLossRate |
Packet loss rate of the local uplink audio stream (%). 更多... | |
uint32_t | txVideoPacketLossRate |
Actual packet loss rate of the local uplink video stream (%). 更多... | |
uint32_t | txAudioPacketLossSum |
The number of packets not received in the local uplink audio stream. 更多... | |
uint32_t | txVideoPacketLossSum |
The number of packets not received in the local uplink video stream. 更多... | |
uint32_t | txAudioJitter |
Local uplink audio jitter (ms) 更多... | |
uint32_t | txVideoJitter |
Local uplink video jitter (ms) 更多... | |
uint32_t | rxAudioPacketLossRate |
Packet loss rate of the local downlink audio (%). 更多... | |
uint32_t | rxVideoPacketLossRate |
Packet loss rate of the local downlink video stream (%). 更多... | |
uint64_t | rxAudioPacketLossSum |
The number of packets not received in the local downlink audio stream 更多... | |
uint32_t | rxVideoPacketLossSum |
The number of packets not received in the local downlink video stream. 更多... | |
uint32_t | rxAudioJitter |
Local downlink audio jitter (ms). 更多... | |
uint32_t | rxVideoJitter |
Local downlink video jitter (ms). 更多... | |
Collects stats related to calls.
|
readwritenonatomicassign |
The CPU usage of the current app (%).
|
readwritenonatomicassign |
The CPU usage of the current system (%).
|
readwritenonatomicassign |
Average downlink round-trip latency (ms).
|
readwritenonatomicassign |
The memory size used by the current app (KB).
|
readwritenonatomicassign |
The ratio of current memory usage by the app (%) with respect to the maximum available memory.
|
readwritenonatomicassign |
Percentage of the memory used by the current system (%).
|
readwritenonatomicassign |
The number of cumulative bytes of audio data received since a user joins the room (bytes).
|
readwritenonatomicassign |
Local downlink audio jitter (ms).
|
readwritenonatomicassign |
The bitrate of the audio stream received (kbps).
|
readwritenonatomicassign |
Packet loss rate of the local downlink audio (%).
|
readwritenonatomicassign |
The number of packets not received in the local downlink audio stream
|
readwritenonatomicassign |
The number of cumulative bytes received (bytes).
|
readwritenonatomicassign |
The number of cumulative bytes of video data received since a user joins the room (bytes).
|
readwritenonatomicassign |
Local downlink video jitter (ms).
|
readwritenonatomicassign |
The bitrate of the video stream received (kbps).
|
readwritenonatomicassign |
Packet loss rate of the local downlink video stream (%).
|
readwritenonatomicassign |
The number of packets not received in the local downlink video stream.
|
readwritenonatomicassign |
The duration of the call that starts from joining the room.
If you leave and rejoin the room, the duration restarts. Unit: seconds.
|
readwritenonatomicassign |
The number of cumulative bytes of audio data sent since a user joins the room (bytes).
|
readwritenonatomicassign |
Local uplink audio jitter (ms)
|
readwritenonatomicassign |
The bitrate of the audio stream sent (kbps).
|
readwritenonatomicassign |
Packet loss rate of the local uplink audio stream (%).
|
readwritenonatomicassign |
The number of packets not received in the local uplink audio stream.
|
readwritenonatomicassign |
The number of cumulative bytes sent (bytes).
|
readwritenonatomicassign |
The number of cumulative bytes of video data sent since a user joins the room (bytes).
|
readwritenonatomicassign |
Local uplink video jitter (ms)
|
readwritenonatomicassign |
The bitrate of the video stream sent (kbps).
|
readwritenonatomicassign |
Actual packet loss rate of the local uplink video stream (%).
|
readwritenonatomicassign |
The number of packets not received in the local uplink video stream.
|
readwritenonatomicassign |
Average uplink round-trip latency (ms).