HMSRemoteAudioStats class

100ms HMSRemoteAudioStats

HMSRemoteAudioStats contains the stats for remote peer audio stats.

Constructors

HMSRemoteAudioStats({required int bytesReceived, required double jitter, required double bitrate, required int packetsLost, required int packetsReceived})
HMSRemoteAudioStats.fromMap(Map map)
factory

Properties

bitrate double
Incoming bitrate of this track observed since previous report in Kb/s.
getter/setter pair
bytesReceived int
Total bytes received by this track in the current session.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jitter double
Packet Jitter measured in seconds for this track. Calculated as defined in section 6.4.1. of RFC3550.
getter/setter pair
packetsLost int
Total packets lost by this track in the current session.
getter/setter pair
packetsReceived int
Total packets received by this track in the current session.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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