toggle menu
stream-video-android
1.14.2
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
TrackStatsResponse
Track
Stats
Response
data
class
TrackStatsResponse
(
@
Json
(
name
=
"duration_seconds"
)
val
durationSeconds
:
Int
,
@
Json
(
name
=
"track_type"
)
val
trackType
:
String
)
Members
Constructors
Track
Stats
Response
Link copied to clipboard
constructor
(
@
Json
(
name
=
"duration_seconds"
)
durationSeconds
:
Int
,
@
Json
(
name
=
"track_type"
)
trackType
:
String
)
Properties
duration
Seconds
Link copied to clipboard
val
durationSeconds
:
Int
track
Type
Link copied to clipboard
val
trackType
:
String