HMSVideoResolution

data class HMSVideoResolution(@IntRange(from = 1) var width: Int, @IntRange(from = 1) var height: Int)

Constructors

Link copied to clipboard
fun HMSVideoResolution(@IntRange(from = 1) width: Int, @IntRange(from = 1) height: Int)

Properties

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