|
Agora Java API Reference for Android
|
Contains statistics for a specific network path in multipath transmission. More...
#include <AgoraBase.h>
Public Member Functions | |
| PathStats (MultipathType t, int tx, int rx) | |
Public Attributes | |
| MultipathType | type |
| int | txKBitRate |
| int | rxKBitRate |
Contains statistics for a specific network path in multipath transmission.
| MultipathType agora::rtc::PathStats::type |
The type of the path.
| int agora::rtc::PathStats::txKBitRate |
The transmission bitrate of the path.
| int agora::rtc::PathStats::rxKBitRate |
The receiving bitrate of the path.
1.8.18