TargetResolution

data class TargetResolution(    @Json(name = "height") val height: Int,     @Json(name = "width") val width: Int,     @Json(name = "bitrate") val bitrate: Int? = null)

Constructors

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

Properties

Link copied to clipboard
val bitrate: Int? = null
Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int