stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
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