IngressSourceResponse

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

Constructors

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

Properties

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