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
/
RtcRemoteInboundRtpStreamStats
Rtc
Remote
Inbound
Rtp
Stream
Stats
sealed
interface
RtcRemoteInboundRtpStreamStats
:
RtcReceivedRtpStreamStats
Inheritors
RtcRemoteInboundRtpAudioStreamStats
RtcRemoteInboundRtpVideoStreamStats
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
fraction
Lost
Link copied to clipboard
abstract
val
fractionLost
:
Double
?
local
Id
Link copied to clipboard
abstract
val
localId
:
String
?
round
Trip
Time
Link copied to clipboard
abstract
val
roundTripTime
:
Double
?
round
Trip
Time
Measurements
Link copied to clipboard
abstract
val
roundTripTimeMeasurements
:
Int
?
total
Round
Trip
Time
Link copied to clipboard
abstract
val
totalRoundTripTime
:
Double
?
Inherited properties
codec
Id
Link copied to clipboard
abstract
val
codecId
:
String
?
id
Link copied to clipboard
abstract
val
id
:
String
?
jitter
Link copied to clipboard
abstract
val
jitter
:
Double
?
kind
Link copied to clipboard
abstract
val
kind
:
String
?
packets
Lost
Link copied to clipboard
abstract
val
packetsLost
:
Int
?
packets
Received
Link copied to clipboard
abstract
val
packetsReceived
:
Long
?
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
?