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
/
RtcOutboundRtpStreamStats
Rtc
Outbound
Rtp
Stream
Stats
sealed
interface
RtcOutboundRtpStreamStats
:
RtcSentRtpStreamStats
Inheritors
RtcOutboundRtpAudioStreamStats
RtcOutboundRtpVideoStreamStats
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
active
Link copied to clipboard
abstract
val
active
:
Boolean
?
header
Bytes
Sent
Link copied to clipboard
abstract
val
headerBytesSent
:
BigInteger
?
media
Source
Id
Link copied to clipboard
abstract
val
mediaSourceId
:
String
?
mid
Link copied to clipboard
abstract
val
mid
:
String
?
remote
Id
Link copied to clipboard
abstract
val
remoteId
:
String
?
retransmitted
Bytes
Sent
Link copied to clipboard
abstract
val
retransmittedBytesSent
:
BigInteger
?
retransmitted
Packets
Sent
Link copied to clipboard
abstract
val
retransmittedPacketsSent
:
BigInteger
?
rtx
Ssrc
Link copied to clipboard
abstract
val
rtxSsrc
:
Long
?
target
Bitrate
Link copied to clipboard
abstract
val
targetBitrate
:
Double
?
total
Encoded
Bytes
Target
Link copied to clipboard
abstract
val
totalEncodedBytesTarget
:
BigInteger
?
total
Encode
Time
Link copied to clipboard
abstract
val
totalEncodeTime
:
Double
?
total
Packet
Send
Delay
Link copied to clipboard
abstract
val
totalPacketSendDelay
:
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
?