cn.tee3.avd_SDK-C++
2.1.0
|
房间统计信息结构. 更多...
Public 成员函数 | |
RoomStats () | |
void | Clear () |
![]() | |
NetworkStats () | |
Public 属性 | |
int | available_receive_bandwidth |
估计接收带宽 更多... | |
int | available_send_bandwidth |
估计发送带宽 更多... | |
tee3::String | local_address |
本地地址 更多... | |
tee3::String | remote_address |
远端地址 更多... | |
tee3::String | transport_type |
传输类型:udp : tcp 更多... | |
![]() | |
int | bps_received |
当前接收带宽: 20s计算 更多... | |
int | bps_sent |
当前发送带宽: 20s计算 更多... | |
int | lostpercent |
当前丢包率: 20s计算 更多... | |
int64 | bytes_received |
总共已接收字节数 更多... | |
int64 | bytes_sent |
总共已发送字节数 更多... | |
int64 | packets_lost |
总共已丢包数 更多... | |
int64 | packets_received |
总共已接收数据包 更多... | |
int64 | packets_sent |
总共已发送数据包 更多... | |
房间统计信息结构.
房间统计信息结构定义了房间级的网络,媒体等统计信息。
RoomStats::RoomStats | ( | ) |
|
virtual |
重载 NetworkStats .
int RoomStats::available_receive_bandwidth |
估计接收带宽
int RoomStats::available_send_bandwidth |
估计发送带宽
tee3::String RoomStats::local_address |
本地地址
tee3::String RoomStats::remote_address |
远端地址
tee3::String RoomStats::transport_type |
传输类型:udp : tcp