RtcVideoRecvStats class

The statistics class of received video.

视频接收统计类。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

RtcVideoRecvStats(String userId, int streamId, int bytesRecv, int recvBitrate, int packetsLost, double lossRatio, int width, int height, int framerate, int plisSent, VideoCodecType codecType)
Constructs a RtcVideoRecvStats

Properties

bytesRecv int
The video received bytes.
final
codecType VideoCodecType
The type of video codec.
final
framerate int
The video received frame rate.
final
hashCode int
The hash code for this object.
no setterinherited
height int
The height of video received resolution.
final
lossRatio double
The video received loss ratio.
final
packetsLost int
The numnber of video received lost packets.
final
plisSent int
The number of sent PLI packets during video receiving.
final
recvBitrate int
The video received bitrate. Unit: bps.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId int
The stream ID of received video.
final
userId String
The user ID of received video.
final
width int
The width of video received resolution.
final

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