更新时间: 2023-10-23 16:45:52
rtc::RTCStats结构体 参考
统计信息 更多...
Public 成员函数 | |
| RTCStats () | |
Public 属性 | |
| unsigned short | rxAudioKBitRate |
| 音频接收比特率(kbps),由瞬时值表示 更多... | |
| unsigned short | txAudioKBitRate |
| 音频传输比特率(kbps),由瞬时值表示 更多... | |
| unsigned short | rxVideoKBitRate |
| 视频接收比特率(kbps),由瞬时值表示 更多... | |
| unsigned short | txVideoKBitRate |
| 视频传输比特率(kbps),由瞬时值表示 更多... | |
| double | cpuAppUsage |
| CPU使用率 (%) 更多... | |
| unsigned int | duration |
| 通话时长 更多... | |
| double | cpuTotalUsage |
| 当前系统CPU使用率 (%) 更多... | |
| unsigned short | txPacketLossRate |
| unsigned short | rxPacketLossRate |
| unsigned int | userCount |
| double | memoryAppUsageRatio |
| double | memoryTotalUsageRatio |
| int | memoryAppUsageInKbytes |
| unsigned int | txBytes |
| unsigned int | rxBytes |
| unsigned short | lastmileDelay |
| int | gatewayRtt |
详细描述
统计信息
构造及析构函数说明
◆ RTCStats()
| rtc::RTCStats::RTCStats | ( | ) |
类成员变量说明
◆ rxAudioKBitRate
| unsigned short rtc::RTCStats::rxAudioKBitRate |
音频接收比特率(kbps),由瞬时值表示
◆ txAudioKBitRate
| unsigned short rtc::RTCStats::txAudioKBitRate |
音频传输比特率(kbps),由瞬时值表示
◆ rxVideoKBitRate
| unsigned short rtc::RTCStats::rxVideoKBitRate |
视频接收比特率(kbps),由瞬时值表示
◆ txVideoKBitRate
| unsigned short rtc::RTCStats::txVideoKBitRate |
视频传输比特率(kbps),由瞬时值表示
◆ cpuAppUsage
| double rtc::RTCStats::cpuAppUsage |
CPU使用率 (%)
◆ duration
| unsigned int rtc::RTCStats::duration |
通话时长
◆ cpuTotalUsage
| double rtc::RTCStats::cpuTotalUsage |
当前系统CPU使用率 (%)
◆ txPacketLossRate
| unsigned short rtc::RTCStats::txPacketLossRate |
上行丢包率, 从本端到服务器的推流丢包率
◆ rxPacketLossRate
| unsigned short rtc::RTCStats::rxPacketLossRate |
下行丢包率, 从服务器到本端的拉流丢包率
◆ userCount
| unsigned int rtc::RTCStats::userCount |
◆ memoryAppUsageRatio
| double rtc::RTCStats::memoryAppUsageRatio |
Application memory usage (%).
◆ memoryTotalUsageRatio
| double rtc::RTCStats::memoryTotalUsageRatio |
System memory usage (%).
◆ memoryAppUsageInKbytes
| int rtc::RTCStats::memoryAppUsageInKbytes |
Application memory size (KB).
◆ txBytes
| unsigned int rtc::RTCStats::txBytes |
Total number of bytes transmitted, represented by an aggregate value.
◆ rxBytes
| unsigned int rtc::RTCStats::rxBytes |
Total number of bytes received, represented by an aggregate value.
◆ lastmileDelay
| unsigned short rtc::RTCStats::lastmileDelay |
◆ gatewayRtt
| int rtc::RTCStats::gatewayRtt |
该结构体的文档由以下文件生成:
