ScalingSettings

open class ScalingSettings

Settings for WebRTC quality based scaling.

Constructors

Link copied to clipboard
constructor(low: Int, high: Int)
Creates settings to enable quality based scaling.
constructor(on: Boolean)
Creates quality based scaling setting.
constructor(on: Boolean, low: Int, high: Int)
Creates quality based scaling settings with custom thresholds.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Settings to disable quality based scaling.
Link copied to clipboard
val on: Boolean

Functions

Link copied to clipboard
open fun toString(): String