RemoteAudioStats

最近更新时间:2022-09-20 05:17:40

Public 属性
uid_tuid
intquality
intnetworkTransportDelay
intjitterBufferDelay
intaudioLossRate
intnumChannels
intreceivedSampleRate
intreceivedBitrate
inttotalFrozenTime
intfrozenRate
inttotalActiveTime

详细描述

远端用户的音频统计

类成员变量说明

uid

[uid_t](../namespace/win_namespace_rtc#uid_t) uid

用户 ID,指定是哪个用户/主播的音频流。

quality

int quality

远端用户发送的音频流质量:QUALITY_TYPE

networkTransportDelay

int networkTransportDelay

音频发送端到接收端的网络延迟(毫秒)

jitterBufferDelay

int jitterBufferDelay

接收端到网络抖动缓冲的网络延迟(毫秒)。

audioLossRate

int audioLossRate

统计周期内的远端音频流的丢帧率 (%)。

numChannels

int numChannels

声道数。

receivedSampleRate

int receivedSampleRate

统计周期内接收到的远端音频采样率.

receivedBitrate

int receivedBitrate

接收流在统计周期内的平均码率(Kbps)。

totalFrozenTime

int receivedBitrate

远端用户在加入频道后发生音频卡顿的累计时长(ms)。通话过程中,音频丢帧率达到 4% 即记为一次音频卡顿。

frozenRate

int frozenRate

远端用户在加入频道后发生音频卡顿的累计时长占音频总有效时长的百分比 (%)。音频有效时长是指远端用户加入频道后音频未被停止发送或禁用的时长。

totalActiveTime

int totalActiveTime

音频有效时长(毫秒),即远端用户/主播加入频道后,既没有停止发送音频流,也没有禁用音频模块的通话时长。