AudioParamDescriptor
Generated.swift:651class AudioParamDescriptor
class AudioParamDescriptor
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(name: String, defaultValue: Float, minValue: Float, maxValue: Float, automationRate: AutomationRate)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var automationRate: AutomationRate { get set }
@ReadWriteAttribute var defaultValue: Float { get set }
@ReadWriteAttribute var maxValue: Float { get set }
@ReadWriteAttribute var minValue: Float { get set }
@ReadWriteAttribute var name: String { get set }