/lib/live.hms.video.sdk.models.role/VideoParams
VideoParams
[androidJvm]\ data class VideoParams(bitRate: Int, codec: HMSVideoCodec, frameRate: Int, width: Int, height: Int)
Properties
Name | Summary |
---|---|
bitRate | [androidJvm] @SerializedName(value = bitRate) val bitRate: Int |
codec | [androidJvm] @SerializedName(value = codec) val codec: HMSVideoCodec |
frameRate | [androidJvm] @SerializedName(value = frameRate) val frameRate: Int |
height | [androidJvm] @SerializedName(value = height) val height: Int |
width | [androidJvm] @SerializedName(value = width) val width: Int |