RemoteAudioStats class

Inheritance
  • Object
  • PackClass
  • RemoteAudioStats

Constructors

RemoteAudioStats({required float audioLossRate, required float receivedKBitrate, required int stallCount, required int stallDuration, required int e2eDelay, required int playoutSampleRate, required int statsInterval, required int rtt, required int totalRtt, required int quality, required int jitterBufferDelay, required int numChannels, required int receivedSampleRate, required int frozenRate, required int concealedSamples, required int concealmentEvent, required int decSampleRate, required int decDuration, required int jitter, required double decodeFrameRate, dynamic android_internalStats, bool? $disableInit})
RemoteAudioStats.fromMap(Map<String, dynamic> map)
factory

Properties

$instance → dynamic
no setterinherited
audioLossRate float
@brief Audio packet loss rate. The audio downlink packet loss rate in the reference period. The value range is 0,1.
getter/setter pair
concealedSamples int
@brief Audio packet loss compensation (PLC) total number of sample points.
getter/setter pair
concealmentEvent int
@brief Audio packet loss compensation (PLC) cumulative times.
getter/setter pair
decDuration int
@brief Cumulative decoding time in seconds of the remote audio stream in this subscription.
getter/setter pair
decodeFrameRate double
@brief Audio decode frame rate.
getter/setter pair
decSampleRate int
@brief Audio decoding sample rate. Audio decoding sample rate information in the reference period in Hz.
getter/setter pair
e2eDelay int
@brief End-to-end latency at the user experience level. The delay from the start of encoding at the sending end to the start of decoding at the receiving end, in units of ms.
getter/setter pair
frozenRate int
@brief The accumulated length of the audio card occurs after the remote user joins the room as a percentage of the total effective length of the audio. The effective duration of audio refers to the duration of audio other than stopping sending audio streams and disabling audio modules after remote users enter the room to publish audio streams.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jitter int
@brief Audio downlink network jitter in ms.
getter/setter pair
jitterBufferDelay int
@brief The delay caused by the introduction of the jitter buffer mechanism. The unit is ms.
getter/setter pair
numChannels int
@brief Number of audio channels.
getter/setter pair
playoutSampleRate int
@brief Play sample rate. Audio playback sample rate information within the reference period in Hz.
getter/setter pair
quality int
@brief The quality of the audio stream sent by the remote user. Value meaning reference NetworkQuality{@link #NetworkQuality}.
getter/setter pair
receivedKBitrate float
@brief Receiving bit rate. The audio reception rate in the reference period in kbps.
getter/setter pair
receivedSampleRate int
@brief Audio reception sampling rate. Remote audio sampling rate information received within the reference period, in Hz.
getter/setter pair
rtt int
@brief Round-trip time for client side to server level data transfer in ms.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stallCount int
@brief Number of audio stalls.
getter/setter pair
stallDuration int
@brief Audio stall duration. Stall duration in the reference period in ms.
getter/setter pair
statsInterval int
@brief Statistical interval. The interval of this reference period is in ms.
getter/setter pair
totalRtt int
@brief The sender-server level-the receiver-link data transmission round-trip time. The unit is ms.
getter/setter pair

Methods

$createInstance(List args) → dynamic
Factory method for creating instances
override
$destroy() → void
inherited
$init(List args) → void
inherited
findOverrideIndices(List args, List<List<int>> indicesList) List<int>
查找重载参数下标列表 @desc android 构造函数存在重载 此方法通过实际传入参数与构造函数参数列表集合的比对,来获取当前实际的需要使用的参数列表
inherited
fn2AndroidClass(Function callback, dynamic nativeClass(), String methodName) → dynamic
与 ts runtime 中的 fn2AndroidClass 功能一致 将 Dart 函数转换为 Android 回调类实例供 Android 侧使用
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
transformToPlatformConstructorArgs(List args, List<int> indices, Map<String, dynamic> typeMap, Map<String, dynamic> enumMap, Map<String, dynamic> classMap, String platformVar) List
实例化参数处理 将 pack 过后的 enum / class 转成 android / ios 平台侧的 enum / class
inherited
updateInstance(dynamic instance) → void
inherited

Operators

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

Static Methods

deepPackedMapValues(Map<String, dynamic> map) → dynamic
mapMemberToConstructorParams(Map json) Map<String, dynamic>