cn.tee3.avd_SDK-Objectc  2.1.0
属性 | 所有成员列表
AVDRoomStats类 参考

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

类 AVDRoomStats 继承关系图:
AVDNetworkStats

属性

NSInteger available_receive_bandwidth
 估计接收带宽 更多...
 
NSInteger available_send_bandwidth
 估计发送带宽 更多...
 
NSString * local_address
 本地地址 更多...
 
NSString * remote_address
 远端地址 更多...
 
NSString * transport_type
 传输类型:udp : tcp 更多...
 
- 属性 继承自 AVDNetworkStats
NSInteger bps_received
 当前接收带宽: 20s计算 更多...
 
NSInteger bps_sent
 当前发送带宽: 20s计算 更多...
 
NSInteger lostpercent
 当前丢包率: 20s计算 更多...
 
long long bytes_received
 总共已接收字节数 更多...
 
long long bytes_sent
 总共已发送字节数 更多...
 
long long packets_lost
 总共已丢包数 更多...
 
long long packets_received
 总共已接收数据包 更多...
 
long long packets_sent
 总共已发送数据包 更多...
 

详细描述

房间统计信息结构.

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

属性说明

◆ available_receive_bandwidth

- (NSInteger) available_receive_bandwidth
readnonatomicassign

估计接收带宽

◆ available_send_bandwidth

- (NSInteger) available_send_bandwidth
readnonatomicassign

估计发送带宽

◆ local_address

- (NSString*) local_address
readnonatomicstrong

本地地址

◆ remote_address

- (NSString*) remote_address
readnonatomicstrong

远端地址

◆ transport_type

- (NSString*) transport_type
readnonatomicstrong

传输类型:udp : tcp


该类的文档由以下文件生成: