Android SDK 100ms
lib
/
live.hms.video.connection.stats
/
HMSRTCStats
HMSRTCStats
data
class
HMSRTCStats
(
val
bytesSent
:
Long
,
val
bytesReceived
:
Long
,
val
packetsReceived
:
Long
,
val
packetsLost
:
Long
,
val
bitrateSent
:
Double
,
val
bitrateReceived
:
Double
,
val
roundTripTime
:
Double
)
Constructors
Functions
Properties
Constructors
HMSRTCStats
Link copied to clipboard
fun
HMSRTCStats
(
bytesSent
:
Long
,
bytesReceived
:
Long
,
packetsReceived
:
Long
,
packetsLost
:
Long
,
bitrateSent
:
Double
,
bitrateReceived
:
Double
,
roundTripTime
:
Double
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
bitrate
Received
Link copied to clipboard
val
bitrateReceived
:
Double
bitrate
Sent
Link copied to clipboard
val
bitrateSent
:
Double
bytes
Received
Link copied to clipboard
val
bytesReceived
:
Long
bytes
Sent
Link copied to clipboard
val
bytesSent
:
Long
packets
Lost
Link copied to clipboard
val
packetsLost
:
Long
packets
Received
Link copied to clipboard
val
packetsReceived
:
Long
round
Trip
Time
Link copied to clipboard
val
roundTripTime
:
Double