AnalyserOptions
Generated.swift:61class AnalyserOptions
class AnalyserOptions
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(fftSize: UInt32, maxDecibels: Double, minDecibels: Double, smoothingTimeConstant: Double)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var fftSize: UInt32 { get set }
@ReadWriteAttribute var maxDecibels: Double { get set }
@ReadWriteAttribute var minDecibels: Double { get set }
@ReadWriteAttribute var smoothingTimeConstant: Double { get set }