HParams
object HParams
Represents the H.264 encoding parameters and codec options.
This object contains the default encoding parameters used for H.264 video producer creation in WebRTC streams with scalable video encoding.
Functions
Link copied to clipboard
fun getCustomH264Params(maxBitrate: Int = 960000, minBitrate: Int = 192000, scalabilityMode: String = "L1T3"): ProducerOptionsType
Gets custom H.264 encoding parameters.
Link copied to clipboard
Gets the default H.264 encoding parameters.