RtcAudioRecvStats class

The statistics class of received audio.

音频接收统计类。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

RtcAudioRecvStats(String userId, int bytesRecv, int recvBitrate, int packetsLost, double lossRatio, int outputLevel, AudioCodecType codecType)
Constructs a RtcAudioRecvStats

Properties

bytesRecv int
The audio received bytes.
final
codecType AudioCodecType
The type of audio codec.
final
hashCode int
The hash code for this object.
no setterinherited
lossRatio double
The audio received loss ratio.
final
outputLevel int
The audio output strength level. Valid value ranges between 0 and 32767.
final
packetsLost int
The numnber of audio received lost packets.
final
recvBitrate int
The audio received bitrate. Unit: bps.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
The user ID of received audio.
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