VideoResolution

data class VideoResolution(@Json(name = "height") val height: Int, @Json(name = "width") val width: Int)

Parameters

height
width

Constructors

Link copied to clipboard
constructor(@Json(name = "height") height: Int, @Json(name = "width") width: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int