NERtc Unity SDK
V4.5.907
|
Public Attributes | |
ulong | uid |
int | receivedBitrate |
int | totalFrozenTime |
int | frozenRate |
int | audioLossRate |
uint | volume |
The stats of the audio stream from a remote user.
ulong nertc.RtcAudioRecvStats.uid |
The user ID used to identify the audio stream.
int nertc.RtcAudioRecvStats.receivedBitrate |
The bitrate of the received audio stream after the last report (kbps).
int nertc.RtcAudioRecvStats.totalFrozenTime |
The user's downlink audio freeze cumulative time (ms).
int nertc.RtcAudioRecvStats.frozenRate |
The user's downstream audio average freeze rate (%).
int nertc.RtcAudioRecvStats.audioLossRate |
Audio packet loss rate in a specific time (%).
uint nertc.RtcAudioRecvStats.volume |
Volume range: 0 (lowest) to 100 (highest).