NERoomRtcAudioLayerRecvStats
@objcMembers
public class NERoomRtcAudioLayerRecvStats : NSObject
远端单条音频流的统计信息
-
音频流类型
Declaration
Swift
public var streamType: NERoomRtcAudioStreamType
-
统计周期内接收到的码率平均值,单位为 Kbps。
Declaration
Swift
public var receivedBitrate: Int64
-
统计周期内的远端音频流的丢帧率。
Declaration
Swift
public var lossRate: Int16
-
音量,范围为 0 ~ 100。
Declaration
Swift
public var volume: Int32
-
远端用户在加入房间后发生音频卡顿的累计时长 (ms)。一个统计周期内,音频丢帧率达到 4% 即记为一次音频卡顿。
Declaration
Swift
public var totalFrozenTime: Int64
-
远端用户下行音频平均卡顿率。其值为远端用户在加入房间后发生音频卡顿的累计时长占音频总有效时长的百分比。
Declaration
Swift
public var frozenRate: Int32