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

jsMain.web.html.VideoFrameCallbackMetadata.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.html

import js.core.HighResTimeStamp

sealed external interface VideoFrameCallbackMetadata {
    var captureTime: HighResTimeStamp?
    var expectedDisplayTime: HighResTimeStamp
    var height: Double
    var mediaTime: Double
    var presentationTime: HighResTimeStamp
    var presentedFrames: Int
    var processingDuration: Double?
    var receiveTime: HighResTimeStamp?
    var rtpTimestamp: Double?
    var width: Double
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy