OscillatorOptions
Generated.swift:1880class OscillatorOptions
class OscillatorOptions
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(type: OscillatorType, frequency: Float, detune: Float, periodicWave: PeriodicWave)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var detune: Float { get set }
@ReadWriteAttribute var frequency: Float { get set }
@ReadWriteAttribute var periodicWave: PeriodicWave { get set }
@ReadWriteAttribute var type: OscillatorType { get set }