MediaTrackSupportedConstraints
Generated.swift:11578class MediaTrackSupportedConstraints
class MediaTrackSupportedConstraints
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.
required init(unsafelyWrapping object: JSObject)
convenience init(width: Bool, height: Bool, aspectRatio: Bool, frameRate: Bool, facingMode: Bool, resizeMode: Bool, sampleRate: Bool, sampleSize: Bool, echoCancellation: Bool, autoGainControl: Bool, noiseSuppression: Bool, latency: Bool, channelCount: Bool, deviceId: Bool, groupId: Bool)
@ReadWriteAttribute var aspectRatio: Bool { get set }
@ReadWriteAttribute var autoGainControl: Bool { get set }
@ReadWriteAttribute var channelCount: Bool { get set }
@ReadWriteAttribute var deviceId: Bool { get set }
@ReadWriteAttribute var echoCancellation: Bool { get set }
@ReadWriteAttribute var facingMode: Bool { get set }
@ReadWriteAttribute var frameRate: Bool { get set }
@ReadWriteAttribute var groupId: Bool { get set }
@ReadWriteAttribute var height: Bool { get set }
@ReadWriteAttribute var latency: Bool { get set }
@ReadWriteAttribute var noiseSuppression: Bool { get set }
@ReadWriteAttribute var resizeMode: Bool { get set }
@ReadWriteAttribute var sampleRate: Bool { get set }
@ReadWriteAttribute var sampleSize: Bool { get set }
@ReadWriteAttribute var width: Bool { get set }