Agora Server Gateway SDK C++ API Reference
Public Member Functions | Public Attributes | List of all members
agora::rtc::LastmileProbeOneWayResult Struct Reference

#include <AgoraBase.h>

Public Member Functions

 LastmileProbeOneWayResult ()
 

Public Attributes

unsigned int packetLossRate
 
unsigned int jitter
 
unsigned int availableBandwidth
 

Detailed Description

The definition of the LastmileProbeOneWayResult struct, which reports the uplink or downlink last-mile network probe test result.

Constructor & Destructor Documentation

◆ LastmileProbeOneWayResult()

agora::rtc::LastmileProbeOneWayResult::LastmileProbeOneWayResult ( )
inline

Member Data Documentation

◆ availableBandwidth

unsigned int agora::rtc::LastmileProbeOneWayResult::availableBandwidth

The estimated available bandwidth (bps).

◆ jitter

unsigned int agora::rtc::LastmileProbeOneWayResult::jitter

The network jitter (ms).

◆ packetLossRate

unsigned int agora::rtc::LastmileProbeOneWayResult::packetLossRate

The packet loss rate (%).


The documentation for this struct was generated from the following file: