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

#include <AgoraBase.h>

Public Attributes

int numChannels
 
int sentSampleRate
 
int sentBitrate
 
int internalCodec
 
int txPacketLossRate
 

Detailed Description

The definition of the LocalAudioStats struct, which reports audio statistics of the local user.

Member Data Documentation

◆ numChannels

int agora::rtc::LocalAudioStats::numChannels

The number of audio channels.

◆ sentSampleRate

int agora::rtc::LocalAudioStats::sentSampleRate

The sample rate (Hz).

◆ sentBitrate

int agora::rtc::LocalAudioStats::sentBitrate

The average sending bitrate (Kbps).

◆ internalCodec

int agora::rtc::LocalAudioStats::internalCodec

The internal payload type

◆ txPacketLossRate

int agora::rtc::LocalAudioStats::txPacketLossRate

The packet loss rate of uplink.