cn.tee3.avd_SDK-C++  2.1.0
Public 成员函数 | Public 属性 | 所有成员列表
RoomStats结构体 参考

房间统计信息结构. 更多...

类 RoomStats 继承关系图:
NetworkStats

Public 成员函数

 RoomStats ()
 
void Clear ()
 
- Public 成员函数 继承自 NetworkStats
 NetworkStats ()
 

Public 属性

int available_receive_bandwidth
 估计接收带宽 更多...
 
int available_send_bandwidth
 估计发送带宽 更多...
 
tee3::String local_address
 本地地址 更多...
 
tee3::String remote_address
 远端地址 更多...
 
tee3::String transport_type
 传输类型:udp : tcp 更多...
 
- Public 属性 继承自 NetworkStats
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::RoomStats ( )

成员函数说明

◆ Clear()

void RoomStats::Clear ( )
virtual

类成员变量说明

◆ available_receive_bandwidth

int RoomStats::available_receive_bandwidth

估计接收带宽

◆ available_send_bandwidth

int RoomStats::available_send_bandwidth

估计发送带宽

◆ local_address

tee3::String RoomStats::local_address

本地地址

◆ remote_address

tee3::String RoomStats::remote_address

远端地址

◆ transport_type

tee3::String RoomStats::transport_type

传输类型:udp : tcp


该结构体的文档由以下文件生成: