VParams

object VParams

Represents video parameters for encoding, particularly for scalable video encoding.

This object contains the default encoding parameters used for video producer creation in WebRTC streams with scalable video encoding.

Functions

Link copied to clipboard
fun getCustomVideoParams(maxBitrate: Int = 800000, minBitrate: Int = 160000, scalabilityMode: String = "L1T3"): ProducerOptionsType

Gets custom video encoding parameters.

Link copied to clipboard

Gets the default video encoding parameters.