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

main.webrtc.RTCEncodedVideoFrameMetadata.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package webrtc

import js.core.ReadonlyArray

sealed external interface RTCEncodedVideoFrameMetadata {
    var contributingSources: ReadonlyArray?
    var dependencies: ReadonlyArray?
    var frameId: Number?
    var height: Double?
    var spatialIndex: Number?
    var synchronizationSource: Number?
    var temporalIndex: Number?
    var width: Double?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy