|
Agora C++ API Reference for All Platforms
|
#include <AgoraBase.h>
Public Member Functions | |
| PathStats () | |
| PathStats (MultipathType t, int tx, int rx) | |
Public Attributes | |
| MultipathType | type |
| int | txKBitRate |
| int | rxKBitRate |
|
inline |
|
inline |
| MultipathType agora::rtc::PathStats::type |
Types of network path. See MultipathType.
| int agora::rtc::PathStats::txKBitRate |
The transmission bitrate of the path in Kbps.
| int agora::rtc::PathStats::rxKBitRate |
The receiving bitrate of the path in Kbps.