NERtcAudioSendStats class

本地音频流上传统计信息

Constructors

NERtcAudioSendStats.fromMap(Map stats)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
kbps int
发送码率
read / write
lossRate int
特定时间内的音频丢包率
read / write
numChannels int
本地音频采集声道数
read / write
rtt int
环路延迟
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sentSampleRate int
本地音频采样率(Hz)
read / write
volume int
音量0-100
read / write

Methods

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

Operators

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