NERtc Unity SDK  V4.5.907
Public Attributes | List of all members
nertc.RtcAudioRecvStats Struct Reference

Public Attributes

ulong uid
 
int receivedBitrate
 
int totalFrozenTime
 
int frozenRate
 
int audioLossRate
 
uint volume
 

Detailed Description

The stats of the audio stream from a remote user.

Member Data Documentation

◆ uid

ulong nertc.RtcAudioRecvStats.uid

The user ID used to identify the audio stream.

◆ receivedBitrate

int nertc.RtcAudioRecvStats.receivedBitrate

The bitrate of the received audio stream after the last report (kbps).

◆ totalFrozenTime

int nertc.RtcAudioRecvStats.totalFrozenTime

The user's downlink audio freeze cumulative time (ms).

◆ frozenRate

int nertc.RtcAudioRecvStats.frozenRate

The user's downstream audio average freeze rate (%).

◆ audioLossRate

int nertc.RtcAudioRecvStats.audioLossRate

Audio packet loss rate in a specific time (%).

◆ volume

uint nertc.RtcAudioRecvStats.volume

Volume range: 0 (lowest) to 100 (highest).


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