ImageDecodeResult
Generated.swift:10150class ImageDecodeResult
class ImageDecodeResult
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(image: VideoFrame, complete: Bool)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var complete: Bool { get set }
@ReadWriteAttribute var image: VideoFrame { get set }