|
Agora Java API Reference for Android
|
Statistical information about a specific network path. More...
#include <AgoraBase.h>
Public Member Functions | |
| PathStats (MultipathType t, int tx, int rx) | |
Public Attributes | |
| MultipathType | type |
| int | txKBitRate |
| int | rxKBitRate |
Statistical information about a specific network path.
| 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.
1.8.18