VideoFrameCopyToOptions
Generated.swift:17577class VideoFrameCopyToOptions
class VideoFrameCopyToOptions
import DOM
class BridgedDictionary
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
convenience init(rect: DOMRectInit, layout: [PlaneLayout])
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var layout: [PlaneLayout] { get set }
@ReadWriteAttribute var rect: DOMRectInit { get set }