C++SDK  1.0.0
Public 成员函数 | Public 属性 | 所有成员列表
RoomStats结构体 参考

#include <common.h>

类 RoomStats 继承关系图:
Inheritance graph
[图例]
RoomStats 的协作图:
Collaboration graph
[图例]

Public 成员函数

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

Public 属性

int available_receive_bandwidth
 
int available_send_bandwidth
 
tee3::String local_address
 
tee3::String remote_address
 
tee3::String transport_type
 
- Public 属性 继承自 NetworkStats
int bps_received
 
int bps_sent
 
int lostpercent
 
int lostpercent_received
 
int lostpercent_sent
 
int64 bytes_received
 
int64 bytes_sent
 
int64 packets_lost
 
int64 packets_lost_received
 
int64 packets_lost_sent
 
int64 packets_received
 
int64 packets_sent
 

详细描述

房间统计信息结构.

房间统计信息结构定义了房间级的网络,媒体等统计信息。

构造及析构函数说明

RoomStats::RoomStats ( )
inline

成员函数说明

void RoomStats::Clear ( )
inlinevirtual

重载 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


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