DelayOptions
Generated.swift:1443class DelayOptions
class DelayOptions
import WebAudio
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(maxDelayTime: Double, delayTime: Double)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var delayTime: Double { get set }
@ReadWriteAttribute var maxDelayTime: Double { get set }