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

#include <AgoraBase.h>

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.

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).