LocalAudioStats class

本地音频统计数据。

Annotations

Constructors

LocalAudioStats()
Constructs a LocalAudioStats
LocalAudioStats.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
numChannels int
声道数。
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sentBitrate int
发送码率的平均值,单位为 Kbps。
read / write
sentSampleRate int
发送的采样率,单位为 Hz。
read / write
txPacketLossRate int
网络对抗前,本地客户端到边缘服务器的丢包率 (%)。 [...]
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toString() String
Returns a string representation of this object.
inherited

Operators

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