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
/
RtcCodecStats
Rtc
Codec
Stats
data
class
RtcCodecStats
(
val
id
:
String
?
,
val
type
:
String
?
,
val
timestampUs
:
Double
?
,
val
sdpFmtpLine
:
String
?
,
val
payloadType
:
Long
?
,
val
transportId
:
String
?
,
val
mimeType
:
String
?
,
val
clockRate
:
Long
?
)
:
RtcStats
Members
Constructors
Rtc
Codec
Stats
Link copied to clipboard
constructor
(
id
:
String
?
,
type
:
String
?
,
timestampUs
:
Double
?
,
sdpFmtpLine
:
String
?
,
payloadType
:
Long
?
,
transportId
:
String
?
,
mimeType
:
String
?
,
clockRate
:
Long
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
clock
Rate
Link copied to clipboard
val
clockRate
:
Long
?
id
Link copied to clipboard
open
override
val
id
:
String
?
mime
Type
Link copied to clipboard
val
mimeType
:
String
?
payload
Type
Link copied to clipboard
val
payloadType
:
Long
?
sdp
Fmtp
Line
Link copied to clipboard
val
sdpFmtpLine
:
String
?
timestamp
Us
Link copied to clipboard
open
override
val
timestampUs
:
Double
?
transport
Id
Link copied to clipboard
val
transportId
:
String
?
type
Link copied to clipboard
open
override
val
type
:
String
?