HMSLocalVideoStats class

100ms HMSLocalVideoStats

HMSLocalVideoStats contains the stats for local peer video stats.

Constructors

HMSLocalVideoStats({required double roundTripTime, required int bytesSent, required double bitrate, required double frameRate, required HMSResolution resolution, required HMSQualityLimitationReasons? hmsQualityLimitationReasons, required HMSSimulcastLayer? hmsLayer})
HMSLocalVideoStats.fromMap(Map map)
factory

Properties

bitrate double
Outgoing bitrate of this track observed since previous report in Kb/s.
getter/setter pair
bytesSent int
Total bytes sent by this track in the current session.
getter/setter pair
frameRate double
Resolution of video frames being sent.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hmsLayer HMSSimulcastLayer?
Simulcast Layer
getter/setter pair
hmsQualityLimitationReasons HMSQualityLimitationReasons?
Reason for quality limitations
getter/setter pair
resolution HMSResolution
Frame rate of video frames being sent (FPS).
getter/setter pair
roundTripTime double
Round trip time observed since previous report.
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