RemoteStatisticsEntity class

远程指标实体

Constructors

RemoteStatisticsEntity.fromJson(dynamic data)

Properties

audioBitrate int?
音频发送码率(Kbps)
getter/setter pair
audioSampleRate int?
音频采样率(Hz)
getter/setter pair
finalLoss int?
该线路的总丢包率(%),该值越小越好,例如,丢包率为0表示网络很好, 丢包率是该线路的 userId 从上行到服务器再到下行的总丢包率。 如果 downLoss 为0, 但是 finalLoss 不为0,说明该 userId 在上行就出现了无法恢复的丢包
getter/setter pair
frameRate int?
帧率fps
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
视频高度
getter/setter pair
jitterBufferDelay int?
播放时延(ms)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamType StreamTypeEnum?
流类型(大画面 | 小画面 | 辅路画面)
getter/setter pair
userId String?
用户ID
getter/setter pair
videoBitrate int?
视频发送码率(Kbps)
getter/setter pair
width int?
视频宽度
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited