VideoParams

data class VideoParams(val bitRate: Int, val codec: HMSVideoCodec, val frameRate: Int, val width: Int, val height: Int)

Constructors

Link copied to clipboard
fun VideoParams(bitRate: Int, codec: HMSVideoCodec, frameRate: Int, width: Int, height: Int)

Properties

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