toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.video.android.core.call.stats.model
/
RtcReceivedRtpStreamStats
Rtc
Received
Rtp
Stream
Stats
sealed
interface
RtcReceivedRtpStreamStats
:
RtcRtpStreamStats
Inheritors
RtcInboundRtpStreamStats
RtcRemoteInboundRtpStreamStats
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
jitter
Link copied to clipboard
abstract
val
jitter
:
Double
?
packets
Lost
Link copied to clipboard
abstract
val
packetsLost
:
Int
?
packets
Received
Link copied to clipboard
abstract
val
packetsReceived
:
Long
?
Inherited properties
codec
Id
Link copied to clipboard
abstract
val
codecId
:
String
?
id
Link copied to clipboard
abstract
val
id
:
String
?
kind
Link copied to clipboard
abstract
val
kind
:
String
?
ssrc
Link copied to clipboard
abstract
val
ssrc
:
Long
?
timestamp
Us
Link copied to clipboard
abstract
val
timestampUs
:
Double
?
transport
Id
Link copied to clipboard
abstract
val
transportId
:
String
?
type
Link copied to clipboard
abstract
val
type
:
String
?