Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::rtc::PathStats Struct Reference

#include <AgoraBase.h>

Public Member Functions

 PathStats ()
 
 PathStats (MultipathType t, int tx, int rx)
 

Public Attributes

MultipathType type
 
int txKBitRate
 
int rxKBitRate
 

Detailed Description

Since
4.6.0

Constructor & Destructor Documentation

◆ PathStats() [1/2]

agora::rtc::PathStats::PathStats ( )
inline

◆ PathStats() [2/2]

agora::rtc::PathStats::PathStats ( MultipathType t,
int tx,
int rx )
inline

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.