shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
ProducerStats
/
ProducerStats
Producer
Stats
constructor
(
producerId
:
String
,
timestamp
:
Long
,
kind
:
MediaKind
,
mimeType
:
String
,
bytesSent
:
Long
=
0
,
packetsSent
:
Long
=
0
,
packetsLost
:
Long
=
0
,
framesEncoded
:
Long
?
=
null
,
framesSent
:
Long
?
=
null
,
bitrate
:
Long
?
=
null
,
roundTripTime
:
Double
?
=
null
)