Voice SDK v3.7.1 API Reference for Unity
Public Attributes | List of all members
agora_gaming_rtc.LocalAudioStats Struct Reference

Public Attributes

int  numChannels
 
int  sentSampleRate
 
int  sentBitrate
 
ushort  txPacketLossRate
 

Detailed Description

Audio statistics of the local user.

Member Data Documentation

◆ numChannels

int agora_gaming_rtc.LocalAudioStats.numChannels

The number of channels.

◆ sentBitrate

int agora_gaming_rtc.LocalAudioStats.sentBitrate

The average sending bitrate (Kbps).

◆ sentSampleRate

int agora_gaming_rtc.LocalAudioStats.sentSampleRate

The sample rate (Hz).

◆ txPacketLossRate

ushort agora_gaming_rtc.LocalAudioStats.txPacketLossRate

The audio packet loss rate (%) from the local client to the Agora edge server before applying the anti-packet loss strategies.

Since
v3.2.0

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