RtcVideoSendStats class

The statistics class of sent video.

视频发送统计类。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

RtcVideoSendStats(int streamId, int bytesSent, int sendBitrate, int packetsLost, double lossRatio, int width, int height, int framerate, int plisReceived, int rtt, VideoCodecType codecType)
Constructs a RtcVideoSendStats

Properties

bytesSent int
The video sent bytes.
final
codecType VideoCodecType
The type of video codec.
final
framerate int
The video sent frame rate.
final
hashCode int
The hash code for this object.
no setterinherited
height int
The height of video sent resolution.
final
lossRatio double
The video sent loss ratio.
final
packetsLost int
The numnber of video sent lost packets.
final
plisReceived int
The number of received PLI packets during video sending.
final
rtt int
The video round-trip time.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendBitrate int
The video sent bitrate. Unit: bps.
final
streamId int
The stream ID of received video.
final
width int
The with of video sent 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