Agora RTC Objective-C API Reference  Refactor
Data Fields
PathStats Struct Reference

Data Fields

MultipathType type
 
int txKBitRate
 
int rxKBitRate
 

Detailed Description

Since
4.6.0

Constructor & Destructor Documentation

◆ PathStats() [1/2]

PathStats ( )
inline

◆ PathStats() [2/2]

PathStats ( MultipathType  t,
int  tx,
int  rx 
)
inline

Field Documentation

◆ type

The type of the path.

◆ txKBitRate

int txKBitRate

The transmission bitrate of the path.

◆ rxKBitRate

int rxKBitRate

The receiving bitrate of the path.