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

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

// Automatically generated - do not modify!

package webrtc

import js.core.HighResTimeStamp

sealed external interface RTCRtpContributingSource {
    var audioLevel: Number?
    var rtpTimestamp: Double
    var source: Number
    var timestamp: HighResTimeStamp
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy