VideoParameters

data class VideoParameters(val dimensions: Dimensions, val maxBitrate: TrackBandwidthLimit, val maxFps: Int, val simulcastConfig: SimulcastConfig = SimulcastConfig())

A set of parameters representing a video feed.

Constructors

Link copied to clipboard
constructor(dimensions: Dimensions, maxBitrate: TrackBandwidthLimit, maxFps: Int, simulcastConfig: SimulcastConfig = SimulcastConfig())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

: specified width x height of the video

Link copied to clipboard

: specifies maximum bitrate of video stream

Link copied to clipboard
val maxFps: Int

: specifies maximum frame rate of the video stream

Link copied to clipboard

: specifies the simulcast configuration, by default it's turned off