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

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
 

Detailed Description

Statistical information about a specific network path.

Since
4.6.0

Member Data Documentation

◆ type

MultipathType agora::rtc::PathStats::type

Types of network path. See MultipathType.

◆ txKBitRate

int agora::rtc::PathStats::txKBitRate

The transmission bitrate of the path in Kbps.

◆ rxKBitRate

int agora::rtc::PathStats::rxKBitRate

The receiving bitrate of the path in Kbps.