NERtcVideoLayerRecvStats class

远端每条视频流的统计信息

Constructors

NERtcVideoLayerRecvStats.fromMap(Map stats)

Properties

decoderOutputFrameRate int
解码器输出帧率
read / write
fps int
接收到的帧率
read / write
frozenRate int
接收视频的平均卡顿率
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
height int
视频流高
read / write
layerType int
流的类型. NERtcVideoStreamType
read / write
packetLossRate int
接收视频的丢包率
read / write
receivedBitrate int
接收到的码率
read / write
rendererOutputFrameRate int
渲染帧率
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
totalFrozenTime int
接收视频卡顿累计时长(ms), 从收到对应用户的视频算起
read / write
width int
视频流宽
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
override

Operators

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