Rtcstats

最近更新时间:2022-09-20 05:17:40

Public 成员函数
RtcStats ()
Public 属性
unsigned intduration
unsigned inttxBytes
unsigned intrxBytes
unsigned inttxAudioBytes
unsigned inttxVideoBytes
unsigned intrxAudioBytes
unsigned intrxVideoBytes
unsigned shorttxKBitRate
unsigned shortrxKBitRate
unsigned shortrxAudioKBitRate
unsigned shorttxAudioKBitRate
unsigned shortrxVideoKBitRate
unsigned shorttxVideoKBitRate
unsigned shortlastmileDelay
unsigned shorttxPacketLossRate
unsigned shortrxPacketLossRate
unsigned intuserCount
doublecpuAppUsage
doublecpuTotalUsage
intgatewayRtt
doublememoryAppUsageRatio
doublememoryTotalUsageRatio
intmemoryAppUsageInKbytes

详细描述

通话相关的统计信息。

构造及析构函数说明

RtcStats

RtcStats()

类成员变量说明

duration

unsigned int duration

通话时长(秒)。

txBytes

unsigned int txBytes

发送字节数(bytes)。

rxBytes

unsigned int rxBytes

接收字节数(bytes)

txAudioBytes

unsigned int txAudioBytes

发送音频字节数(bytes),累计值。

txVideoBytes

unsigned int txVideoBytes

发送视频字节数(bytes),累计值。

rxAudioBytes

unsigned int rxAudioBytes

接收音频字节数(bytes),累计值。

rxVideoBytes

unsigned int rxVideoBytes

接收视频字节数(bytes),累计值。

txKBitRate

unsigned short txKBitRate

发送码率(Kbps)。

rxKBitRate

unsigned short rxKBitRate

接收码率(Kbps)。

rxAudioKBitRate

unsigned short rxAudioKBitRate

音频接收码率 (Kbps)。

txAudioKBitRate

unsigned short txAudioKBitRate

音频包的发送码率 (Kbps)。

rxVideoKBitRate

unsigned short rxVideoKBitRate

视频接收码率 (Kbps)。

txVideoKBitRate

unsigned short txVideoKBitRate

视频发送码率 (Kbps)。

lastmileDelay

unsigned short txVideoKBitRate

客户端-接入服务器延时 (毫秒)。

txPacketLossRate

unsigned short txPacketLossRate

使用抗丢包技术前,客户端上行发送到服务器丢包率 (%)

rxPacketLossRate

unsigned short rxPacketLossRate

使用抗丢包技术前,服务器下行发送到客户端丢包率 (%)

userCount

unsigned int userCount

当前频道内的用户人数。

  • 通信场景下,当前频道内的用户人数。
  • 直播场景下,
    • 如果本地用户为观众,为频道内的主播人数 + 1;
    • 如果本地用户为主播,为频道内的主播人数。

cpuAppUsage

double userCount

当前 App 的 CPU 使用率 (%)。

cpuTotalUsage

double cpuTotalUsage

当前系统的 CPU 使用率 (%)。 在多核环境中,该成员指多核 CPU 的平均使用率。 计算方式为 100 - 任务管理中显示的系统空闲进程 CPU()。

gatewayRtt

int gatewayRtt

客户端到本地路由器的往返时延 (ms)

memoryAppUsageRatio

double memoryAppUsageRatio

当前 App 的内存占比 (%)

注意事项:

  • 该值仅作参考。受系统限制可能无法获取。

memoryTotalUsageRatio

double memoryTotalUsageRatio

当前系统的内存占比 (%)。

注意事项:

  • 该值仅作参考。受系统限制可能无法获取。

memoryAppUsageInKbytes

int memoryAppUsageInKbytes

当前 App 的内存大小 (KB)

注意事项:

  • 该值仅作参考。受系统限制可能无法获取。