PeriodicWaveOptions
Generated.swift:2158class PeriodicWaveOptions
class PeriodicWaveOptions
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(real: [Float], imag: [Float])
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var imag: [Float] { get set }
@ReadWriteAttribute var real: [Float] { get set }