Agora RTC Objective-C API Reference  Refactor
Properties
AgoraMultipathStats Class Reference

Inherits <NSObject>.

Properties

NSUInteger lanRxBytes
 
NSUInteger lanTxBytes
 
NSUInteger wifiRxBytes
 
NSUInteger wifiTxBytes
 
NSUInteger mobileRxBytes
 
NSUInteger mobileTxBytes
 
NSUInteger activePathNum
 
NSArray< AgoraPathStats * > *_Nullable pathStats
 

Detailed Description

The AgoraMultipathStats class, which reports the multipath statistics of the received video frame.

Since
4.6.0

Property Documentation

◆ lanRxBytes

- (NSUInteger) lanRxBytes
readwritenonatomicassign

The number of bytes received over the LAN path.

◆ lanTxBytes

- (NSUInteger) lanTxBytes
readwritenonatomicassign

The number of bytes transmitted over the LAN path.

◆ wifiRxBytes

- (NSUInteger) wifiRxBytes
readwritenonatomicassign

The number of bytes received over the Wi-Fi path.

◆ wifiTxBytes

- (NSUInteger) wifiTxBytes
readwritenonatomicassign

The number of bytes transmitted over the Wi-Fi path.

◆ mobileRxBytes

- (NSUInteger) mobileRxBytes
readwritenonatomicassign

The number of bytes received over the mobile network path.

◆ mobileTxBytes

- (NSUInteger) mobileTxBytes
readwritenonatomicassign

The number of bytes transmitted over the mobile network path.

◆ activePathNum

- (NSUInteger) activePathNum
readwritenonatomicassign

The number of active paths.

◆ pathStats

- (NSArray<AgoraPathStats *>* _Nullable) pathStats
readwritenonatomiccopy

The path statistics.