HMSRtmpVideoResolution

data class HMSRtmpVideoResolution(val width: Int, val height: Int)

The resolution requested for rtmp video output. Only one of width or height can be 1280. If one is 1280, the other can be max 720.

Constructors

Link copied to clipboard
fun HMSRtmpVideoResolution(width: Int, height: Int)

Properties

Link copied to clipboard
@SerializedName(value = "height")
val height: Int
Link copied to clipboard
@SerializedName(value = "width")
val width: Int