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
/
RtcVideoSourceStats
Rtc
Video
Source
Stats
data
class
RtcVideoSourceStats
(
val
id
:
String
?
,
val
type
:
String
?
,
val
timestampUs
:
Double
?
,
val
kind
:
String
?
,
val
trackIdentifier
:
String
?
,
val
width
:
Long
?
,
val
height
:
Long
?
,
val
framesPerSecond
:
Double
?
,
val
frames
:
Long
?
)
:
RtcMediaSourceStats
Members
Constructors
Rtc
Video
Source
Stats
Link copied to clipboard
constructor
(
id
:
String
?
,
type
:
String
?
,
timestampUs
:
Double
?
,
kind
:
String
?
,
trackIdentifier
:
String
?
,
width
:
Long
?
,
height
:
Long
?
,
framesPerSecond
:
Double
?
,
frames
:
Long
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
frames
Link copied to clipboard
val
frames
:
Long
?
frames
Per
Second
Link copied to clipboard
val
framesPerSecond
:
Double
?
height
Link copied to clipboard
val
height
:
Long
?
id
Link copied to clipboard
open
override
val
id
:
String
?
kind
Link copied to clipboard
open
override
val
kind
:
String
?
timestamp
Us
Link copied to clipboard
open
override
val
timestampUs
:
Double
?
track
Identifier
Link copied to clipboard
open
override
val
trackIdentifier
:
String
?
type
Link copied to clipboard
open
override
val
type
:
String
?
width
Link copied to clipboard
val
width
:
Long
?