Initializerswiftwasm.webapikit 0.1.0WebAudio
init(unsafelyWrapping:)
Generated.swift:662required init(unsafelyWrapping object: JSObject)
required init(unsafelyWrapping object: JSObject)
s8WebAudio0B15ParamDescriptorC16unsafelyWrappingAC13JavaScriptKit8JSObjectC_tcfc
What are these?44JR8
import WebAudio
class AudioParamDescriptor
@dynamicMemberLookup class JSObject
JSObject
represents an object in JavaScript and supports dynamic member lookup. Any member access like object.foo
will dynamically request the JavaScript and Swift runtime bridge library for a member with the specified name in this object.
required init(unsafelyWrapping jsObject: JSObject)
convenience init(name: String, defaultValue: Float, minValue: Float, maxValue: Float, automationRate: AutomationRate)
@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 }