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
/
RtcRemoteOutboundRtpStreamStats
Rtc
Remote
Outbound
Rtp
Stream
Stats
sealed
interface
RtcRemoteOutboundRtpStreamStats
:
RtcSentRtpStreamStats
Inheritors
RtcRemoteOutboundRtpAudioStreamStats
RtcRemoteOutboundRtpVideoStreamStats
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
local
Id
Link copied to clipboard
abstract
val
localId
:
String
?
remote
Timestamp
Link copied to clipboard
abstract
val
remoteTimestamp
:
Double
?
reports
Sent
Link copied to clipboard
abstract
val
reportsSent
:
BigInteger
?
round
Trip
Time
Link copied to clipboard
abstract
val
roundTripTime
:
Double
?
round
Trip
Time
Measurements
Link copied to clipboard
abstract
val
roundTripTimeMeasurements
:
BigInteger
?
total
Round
Trip
Time
Link copied to clipboard
abstract
val
totalRoundTripTime
:
Double
?
Inherited properties
bytes
Sent
Link copied to clipboard
abstract
val
bytesSent
:
BigInteger
?
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
?
packets
Sent
Link copied to clipboard
abstract
val
packetsSent
:
BigInteger
?
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
?