Android SDK 100ms
lib
/
live.hms.video.connection.stats.clientside.model
/
Size
Size
data
class
Size
(
val
width
:
Int
,
val
height
:
Int
)
Constructors
Properties
Constructors
Size
Link copied to clipboard
fun
Size
(
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
@
SerializedName
(
value
=
"height_px"
)
val
height
:
Int
width
Link copied to clipboard
@
SerializedName
(
value
=
"width_px"
)
val
width
:
Int