NERtc iOS SDK  V4.4.301
属性 | 所有成员列表
NERtcStats类 参考

Collects stats related to calls. 更多...

#import <NERtcEngineStatistics.h>

类 NERtcStats 继承关系图:

属性

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.

属性说明

◆ cpuAppUsage

- (uint32_t) cpuAppUsage
readwritenonatomicassign

The CPU usage of the current app (%).

◆ cpuTotalUsage

- (uint32_t) cpuTotalUsage
readwritenonatomicassign

The CPU usage of the current system (%).

◆ downRtt

- (uint64_t) downRtt
readwritenonatomicassign

Average downlink round-trip latency (ms).

◆ memoryAppUsageInKBytes

- (uint32_t) memoryAppUsageInKBytes
readwritenonatomicassign

The memory size used by the current app (KB).

◆ memoryAppUsageRatio

- (uint32_t) memoryAppUsageRatio
readwritenonatomicassign

The ratio of current memory usage by the app (%) with respect to the maximum available memory.

◆ memoryTotalUsageRatio

- (uint32_t) memoryTotalUsageRatio
readwritenonatomicassign

Percentage of the memory used by the current system (%).

◆ rxAudioBytes

- (uint64_t) rxAudioBytes
readwritenonatomicassign

The number of cumulative bytes of audio data received since a user joins the room (bytes).

◆ rxAudioJitter

- (uint32_t) rxAudioJitter
readwritenonatomicassign

Local downlink audio jitter (ms).

◆ rxAudioKBitRate

- (uint64_t) rxAudioKBitRate
readwritenonatomicassign

The bitrate of the audio stream received (kbps).

◆ rxAudioPacketLossRate

- (uint32_t) rxAudioPacketLossRate
readwritenonatomicassign

Packet loss rate of the local downlink audio (%).

◆ rxAudioPacketLossSum

- (uint64_t) rxAudioPacketLossSum
readwritenonatomicassign

The number of packets not received in the local downlink audio stream

◆ rxBytes

- (int64_t) rxBytes
readwritenonatomicassign

The number of cumulative bytes received (bytes).

◆ rxVideoBytes

- (uint64_t) rxVideoBytes
readwritenonatomicassign

The number of cumulative bytes of video data received since a user joins the room (bytes).

◆ rxVideoJitter

- (uint32_t) rxVideoJitter
readwritenonatomicassign

Local downlink video jitter (ms).

◆ rxVideoKBitRate

- (uint64_t) rxVideoKBitRate
readwritenonatomicassign

The bitrate of the video stream received (kbps).

◆ rxVideoPacketLossRate

- (uint32_t) rxVideoPacketLossRate
readwritenonatomicassign

Packet loss rate of the local downlink video stream (%).

◆ rxVideoPacketLossSum

- (uint32_t) rxVideoPacketLossSum
readwritenonatomicassign

The number of packets not received in the local downlink video stream.

◆ totalDuration

- (uint64_t) totalDuration
readwritenonatomicassign

The duration of the call that starts from joining the room.

If you leave and rejoin the room, the duration restarts. Unit: seconds.

◆ txAudioBytes

- (uint64_t) txAudioBytes
readwritenonatomicassign

The number of cumulative bytes of audio data sent since a user joins the room (bytes).

◆ txAudioJitter

- (uint32_t) txAudioJitter
readwritenonatomicassign

Local uplink audio jitter (ms)

◆ txAudioKBitRate

- (uint64_t) txAudioKBitRate
readwritenonatomicassign

The bitrate of the audio stream sent (kbps).

◆ txAudioPacketLossRate

- (uint32_t) txAudioPacketLossRate
readwritenonatomicassign

Packet loss rate of the local uplink audio stream (%).

◆ txAudioPacketLossSum

- (uint32_t) txAudioPacketLossSum
readwritenonatomicassign

The number of packets not received in the local uplink audio stream.

◆ txBytes

- (int64_t) txBytes
readwritenonatomicassign

The number of cumulative bytes sent (bytes).

◆ txVideoBytes

- (uint64_t) txVideoBytes
readwritenonatomicassign

The number of cumulative bytes of video data sent since a user joins the room (bytes).

◆ txVideoJitter

- (uint32_t) txVideoJitter
readwritenonatomicassign

Local uplink video jitter (ms)

◆ txVideoKBitRate

- (uint64_t) txVideoKBitRate
readwritenonatomicassign

The bitrate of the video stream sent (kbps).

◆ txVideoPacketLossRate

- (uint32_t) txVideoPacketLossRate
readwritenonatomicassign

Actual packet loss rate of the local uplink video stream (%).

◆ txVideoPacketLossSum

- (uint32_t) txVideoPacketLossSum
readwritenonatomicassign

The number of packets not received in the local uplink video stream.

◆ upRtt

- (uint64_t) upRtt
readwritenonatomicassign

Average uplink round-trip latency (ms).


该类的文档由以下文件生成: