Android SDK 100ms
stats
/
live.hms.stats.model
/
PlayerStatsModel
/
VideoInfo
Video
Info
data
class
VideoInfo
(
var
videoHeight
:
Int
=
0
,
var
videoWidth
:
Int
=
0
,
var
averageBitrate
:
Int
=
0
,
val
frameRate
:
Float
=
0.0f
,
val
eventTime
:
AnalyticsListener.EventTime
?
=
null
)
Constructors
Properties
Constructors
Video
Info
Link copied to clipboard
fun
VideoInfo
(
videoHeight
:
Int
=
0
,
videoWidth
:
Int
=
0
,
averageBitrate
:
Int
=
0
,
frameRate
:
Float
=
0.0f
,
eventTime
:
AnalyticsListener.EventTime
?
=
null
)
Properties
average
Bitrate
Link copied to clipboard
var
averageBitrate
:
Int
=
0
event
Time
Link copied to clipboard
val
eventTime
:
AnalyticsListener.EventTime
?
=
null
frame
Rate
Link copied to clipboard
val
frameRate
:
Float
=
0.0f
video
Height
Link copied to clipboard
var
videoHeight
:
Int
=
0
video
Width
Link copied to clipboard
var
videoWidth
:
Int
=
0