Android SDK 100ms
lib
/
live.hms.video.connection.stats
/
HMSRemoteAudioStats
HMSRemote
Audio
Stats
data
class
HMSRemoteAudioStats
(
val
jitter
:
Double
?
,
val
bytesReceived
:
Long
?
,
val
bitrate
:
Double
?
,
val
packetsReceived
:
Long
?
,
val
packetsLost
:
Int
?
)
:
HMSStats.HMSRemoteStats
Constructors
Properties
Constructors
HMSRemote
Audio
Stats
Link copied to clipboard
fun
HMSRemoteAudioStats
(
jitter
:
Double
?
,
bytesReceived
:
Long
?
,
bitrate
:
Double
?
,
packetsReceived
:
Long
?
,
packetsLost
:
Int
?
)
Properties
bitrate
Link copied to clipboard
val
bitrate
:
Double
?
bytes
Received
Link copied to clipboard
val
bytesReceived
:
Long
?
jitter
Link copied to clipboard
val
jitter
:
Double
?
packets
Lost
Link copied to clipboard
val
packetsLost
:
Int
?
packets
Received
Link copied to clipboard
val
packetsReceived
:
Long
?