Agora C++ API Reference for All Platforms
Public Member Functions | Public Attributes | List of all members
agora::rtc::LastmileProbeOneWayResult Struct Reference

Public Member Functions

 LastmileProbeOneWayResult ()
 

Public Attributes

unsigned int packetLossRate
 
unsigned int jitter
 
unsigned int availableBandwidth
 

Detailed Description

Results of the uplink or downlink last-mile network test.

Constructor & Destructor Documentation

◆ LastmileProbeOneWayResult()

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

Member Data Documentation

◆ packetLossRate

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

The packet loss rate (%).

◆ jitter

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

The network jitter (ms).

◆ availableBandwidth

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

The estimated available bandwidth (bps).