AgoraPathStats
用于描述多路径传输中某一特定网络路径的统计信息。
Objective-C
__attribute__((visibility("default"))) @interface AgoraPathStats : NSObject
@property (assign, nonatomic) AgoraMultipathType pathType;
@property (assign, nonatomic) NSUInteger txKBitRate;
@property (assign, nonatomic) NSUInteger rxKBitRate;
@end
自从
自 v4.6.0 版本新增。
pathType
路径类型。详见 AgoraMultipathType。
txKBitRate
路径的传输码率,单位为 Kbps。
rxKBitRate
路径的接收码率,单位为 Kbps。