VideoDecoderConfig
Generated.swift:17087class VideoDecoderConfig
class VideoDecoderConfig
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(codec: String, description: AllowSharedBufferSource, codedWidth: UInt32, codedHeight: UInt32, displayAspectWidth: UInt32, displayAspectHeight: UInt32, colorSpace: VideoColorSpaceInit, hardwareAcceleration: HardwareAcceleration, optimizeForLatency: Bool)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var codec: String { get set }
@ReadWriteAttribute var codedHeight: UInt32 { get set }
@ReadWriteAttribute var codedWidth: UInt32 { get set }
@ReadWriteAttribute var colorSpace: VideoColorSpaceInit { get set }
@ReadWriteAttribute var description: AllowSharedBufferSource { get set }
@ReadWriteAttribute var displayAspectHeight: UInt32 { get set }
@ReadWriteAttribute var displayAspectWidth: UInt32 { get set }
@ReadWriteAttribute var hardwareAcceleration: HardwareAcceleration { get set }
@ReadWriteAttribute var optimizeForLatency: Bool { get set }