shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
ConsumerStats
/
ConsumerStats
Consumer
Stats
constructor
(
consumerId
:
String
,
timestamp
:
Long
,
kind
:
MediaKind
,
mimeType
:
String
,
bytesReceived
:
Long
=
0
,
packetsReceived
:
Long
=
0
,
packetsLost
:
Long
=
0
,
framesDecoded
:
Long
?
=
null
,
framesReceived
:
Long
?
=
null
,
framesDropped
:
Long
?
=
null
,
bitrate
:
Long
?
=
null
,
jitter
:
Double
?
=
null
)