NERtcVideoLayerRecvStats class

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

Constructors

NERtcVideoLayerRecvStats({int? layerType, String? decoderName, int? decoderOutputFrameRate, int? width, int? height, int? packetLossRate, int? fps, int? frozenRate, int? receivedBitrate, int? rendererOutputFrameRate, int? totalFrozenTime})
NERtcVideoLayerRecvStats.fromMap(Map stats)

Properties

decoderName String?
解码器名字
getter/setter pair
decoderOutputFrameRate int?
解码器输出帧率
getter/setter pair
fps int?
接收到的帧率
getter/setter pair
frozenRate int?
接收视频的平均卡顿率
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
视频流高
getter/setter pair
layerType int?
流的类型. NERtcVideoStreamType
getter/setter pair
packetLossRate int?
接收视频的丢包率
getter/setter pair
receivedBitrate int?
接收到的码率
getter/setter pair
rendererOutputFrameRate int?
渲染帧率
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalFrozenTime int?
接收视频卡顿累计时长(ms), 从收到对应用户的视频算起
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.
override

Operators

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