HMSRTCStats class

100ms HMSRTCStats

HMSRTCStats containes bytesSent, bytesReceived, packetReceived,packetsLost, bitrateSent, bitrateReceived and roundTripTime.

Constructors

HMSRTCStats({required int bytesSent, required int bytesReceived, required int packetsReceived, required int packetsLost, required double bitrateReceived, required double bitrateSent, required double roundTripTime})
HMSRTCStats.fromMap(Map map)
factory

Properties

bitrateReceived double
Total incoming bitrate observed since previous report in Kb/s.
getter/setter pair
bitrateSent double
Total outgoing bitrate observed since previous report.
getter/setter pair
bytesReceived int
Total bytes received in the current session.
getter/setter pair
bytesSent int
Total bytes sent in the current session.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
packetsLost int
Total packets lost in the current session.
getter/setter pair
packetsReceived int
Total packets received in the current session.
getter/setter pair
roundTripTime double
Average round trip time observed since previous report in Kb/s.
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