VideoEncoding

data class VideoEncoding(val maxBitrate: Int, val maxFps: Int)

Constructors

Link copied to clipboard
constructor(maxBitrate: Int, maxFps: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val maxFps: Int

Functions

Link copied to clipboard
fun toRtpEncoding(rid: String? = null, scaleDownBy: Double = 1.0): RtpParameters.Encoding