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

jsMain.web.codecs.VideoFrameCopyToOptions.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.codecs

import js.core.ReadonlyArray
import web.geometry.DOMRectInit

sealed external interface VideoFrameCopyToOptions {
    var layout: ReadonlyArray?
    var rect: DOMRectInit?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy