All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.webrtc.RTCRtpEncodingParameters.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package webrtc

sealed external interface RTCRtpEncodingParameters :
    RTCRtpCodingParameters {
    var active: Boolean?
    var maxBitrate: Number?
    var maxFramerate: Number?
    var networkPriority: RTCPriorityType?
    var priority: RTCPriorityType?
    var scaleResolutionDownBy: Number?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy