Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
agora::rtc::PathStats Struct Reference

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
 

Detailed Description

Contains statistics for a specific network path in multipath transmission.

Since
4.6.0

Member Data Documentation

◆ type

MultipathType agora::rtc::PathStats::type

The type of the path.

◆ txKBitRate

int agora::rtc::PathStats::txKBitRate

The transmission bitrate of the path.

◆ rxKBitRate

int agora::rtc::PathStats::rxKBitRate

The receiving bitrate of the path.