RtcAudioSendStats class

The statistics class of sent audio.

音频发送统计类。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

RtcAudioSendStats(int bytesSent, int sendBitrate, int packetsLost, double lossRatio, int rtt, int inputLevel, bool inputActiveFlag, AudioCodecType codecType)
Constructs a RtcAudioSendStats

Properties

bytesSent int
The audio sent bytes.
final
codecType AudioCodecType
The type of audio codec.
final
hashCode int
The hash code for this object.
no setterinherited
inputActiveFlag bool
The local audio input active detection
final
inputLevel int
The audio input strength level. Valid value ranges between 0 and 32767.
final
lossRatio double
The audio sent loss ratio.
final
packetsLost int
The numnber of audio sent lost packets.
final
rtt int
The audio round-trip time.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendBitrate int
The audio sent bitrate. Unit: bps.
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